HomeSort by relevance Sort by last modified time
    Searched refs:protos (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/lib/libldap4/include/
cdefs.h 65 #define __P(protos) protos /* full-blown ANSI C */
81 #define __P(protos) () /* traditional C preprocessor */
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/hdrs/
dryrun.h 52 #define __P(protos) protos
54 #define __P(protos) ()
libadm.h 41 #define __P(protos) protos
43 #define __P(protos) ()
libinst.h 156 #define __P(protos) protos
158 #define __P(protos) ()
  /onnv/onnv-gate/usr/src/lib/libipsecutil/common/
algs.c 184 write_new_algfile(ipsec_proto_t *protos, int num_protos)
223 rc = pkg_section(f, protos[i].proto_pkg, &doing_pkg, cur_pkg);
229 protos[i].proto_num, protos[i].proto_name));
230 switch (protos[i].proto_exec_mode) {
248 for (j = 0; j < protos[i].proto_numalgs; j++) {
249 alg = protos[i].proto_algs[j];
252 alg_pkg = alg_has_pkg(&protos[i], alg);
332 _clean_trash(protos, num_protos);
342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num
486 ipsec_proto_t *protos, *current_proto; local
577 ipsec_proto_t *protos, *current_proto; local
597 ipsec_proto_t *protos, *current_proto; local
653 ipsec_proto_t *protos, *current_proto, *new_proto; local
723 ipsec_proto_t *protos, *current_proto; local
805 ipsec_proto_t *protos, *current_proto; local
825 ipsec_proto_t *protos, *current_proto; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/sys/
cdefs.h 80 #define __P(protos) protos /* full-blown ANSI C */
96 #define __P(protos) () /* traditional C preprocessor */
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
cdefs.h 49 # define __P(protos) protos
54 # define __P(protos) ()
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
MM_Solaris_ON.pm 88 my (%inc_seen, @newincs, %proto_seen, @protos);
90 # Prepopulate @protos with $ENV{ROOT} if it is set
92 push(@protos, $ENV{ROOT});
108 push(@protos, $ip) unless ($proto_seen{$ip}++);
117 foreach my $pp (@protos) {
151 my (%lib_seen, @lib_prefix, @newlibs, %proto_seen, @protos);
165 push(@protos, $lp) unless ($proto_seen{$lp}++);
175 foreach my $pp (@protos) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
logging.c 55 static char *protos[] = { variable
80 proto = protos[p];
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
db.h 95 #define __P(protos) protos /* full-blown ANSI C */
97 #define __P(protos) () /* traditional C preprocessor */
  /onnv/onnv-gate/usr/src/cmd/dfs.cmds/sharectl/
sharectl.c 399 valid_proto(char **protos, int num, char *proto)
403 if (strcmp(protos[i], proto) == 0)
412 char **protos; local
436 num_proto = sa_get_protocols(&protos);
440 show_status(protos[i]);
444 if (valid_proto(protos, num_proto, argv[i])) {
453 if (protos != NULL)
454 free(protos);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
sppptun.c 60 struct protos { struct
63 int (*attach)(struct protos *prot, char *linkname,
85 * the protos structure for the selected lower stream protocol.
89 sppp_dlpi(struct protos *prot, char *linkname, struct attach_data *adata)
137 static struct protos proto_list[] = {
189 struct protos *prot;
  /onnv/onnv-gate/usr/src/tools/scripts/
mkacr.sh 218 protos="$pkginst/prototype_com $pkginst/prototype_$isa"
220 protos="$pkginst/prototype_$isa"
223 cat $protos | nawk -v pkginst=$pkginst \
  /onnv/onnv-gate/usr/src/lib/libnsl/ipsec/
algs.c 45 static ipsec_proto_t *protos; variable
609 (statbuf.st_mtime < proto_last_update && protos != NULL))
634 * This way, the previous cached protos will still be intact.
638 trash = protos;
640 protos = new_protos;
763 if (protos[i].proto_num == proto_num)
764 return (protos + i);
780 if (strcasecmp(protos[i].proto_name, name) == 0)
781 return (protos + i);
806 rc[i] = protos[i].proto_num
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/
htable.c 220 do_entry(keyword, addrlist, namelist, cputype, opsys, protos)
223 struct name *namelist, *cputype, *opsys, *protos;
335 freenames(protos);
  /onnv/onnv-gate/usr/src/lib/libinetsvc/common/
inetsvc.c 672 * Iterate through all the different protos/netids resulting from the
685 char **protos; local
704 protos = prop[PT_PROTO_INDEX].ip_value.iv_string_list;
711 proto = protos[pi++];
730 if (protos[pi] != NULL) {
731 if ((netids = get_netids(protos[pi++])) ==
734 proto = protos[pi - 1];
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/
db.h 40 #define __P(protos) protos /* ANSI C prototypes */
43 #define __P(protos) () /* K&R C preprocessor */
    [all...]

Completed in 720 milliseconds