Home
last modified time | relevance | path

Searched refs:protos (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c229 protos[i].proto_num, protos[i].proto_name)); in write_new_algfile()
249 alg = protos[i].proto_algs[j]; in write_new_algfile()
332 _clean_trash(protos, num_protos); in write_new_algfile()
350 if (*protos == NULL) in proto_setup()
354 current_proto = (*protos) + i; in proto_setup()
587 _clean_trash(protos, num_protos); in delipsecalgbyname()
623 _clean_trash(protos, num_protos); in delipsecalgbynum()
643 protos[i - 1] = protos[i]; in delipsecproto_common()
683 delipsecproto_common(protos, num_protos--, &protos[i]); in addipsecproto()
696 protos = new_proto; in addipsecproto()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h52 #define __P(protos) protos argument
54 #define __P(protos) () argument
H A Dlibadm.h41 #define __P(protos) protos argument
43 #define __P(protos) () argument
H A Dlibinst.h158 #define __P(protos) protos argument
160 #define __P(protos) () argument
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h80 #define __P(protos) protos /* full-blown ANSI C */ argument
96 #define __P(protos) () /* traditional C preprocessor */ argument
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h47 # define __P(protos) protos argument
52 # define __P(protos) () argument
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c404 valid_proto(char **protos, int num, char *proto) in valid_proto() argument
408 if (strcmp(protos[i], proto) == 0) in valid_proto()
417 char **protos; in sc_status() local
441 num_proto = sa_get_protocols(&protos); in sc_status()
445 show_status(protos[i]); in sc_status()
449 if (valid_proto(protos, num_proto, argv[i])) { in sc_status()
458 if (protos != NULL) in sc_status()
459 free(protos); in sc_status()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h95 #define __P(protos) protos /* full-blown ANSI C */ argument
97 #define __P(protos) () /* traditional C preprocessor */ argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c60 struct protos { struct
63 int (*attach)(struct protos *prot, char *linkname, argument
89 sppp_dlpi(struct protos *prot, char *linkname, struct attach_data *adata) in sppp_dlpi()
137 static struct protos proto_list[] = {
189 struct protos *prot; in plumb_it()
/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c45 static ipsec_proto_t *protos; variable
609 (statbuf.st_mtime < proto_last_update && protos != NULL)) in _build_internal_algs()
638 trash = protos; in _build_internal_algs()
640 protos = new_protos; in _build_internal_algs()
763 if (protos[i].proto_num == proto_num) in findprotobynum()
764 return (protos + i); in findprotobynum()
780 if (strcasecmp(protos[i].proto_name, name) == 0) in findprotobyname()
781 return (protos + i); in findprotobyname()
806 rc[i] = protos[i].proto_num; in _real_getipsecprotos()
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h155 #define __P(protos) protos /* full-blown ANSI C */ argument
173 #define __P(protos) () /* traditional C preprocessor */ argument
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c685 char **protos; in valid_props() local
704 protos = prop[PT_PROTO_INDEX].ip_value.iv_string_list; in valid_props()
711 proto = protos[pi++]; in valid_props()
730 if (protos[pi] != NULL) { in valid_props()
731 if ((netids = get_netids(protos[pi++])) == in valid_props()
734 proto = protos[pi - 1]; in valid_props()
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h40 #define __P(protos) protos /* ANSI C prototypes */ argument
43 #define __P(protos) () /* K&R C preprocessor */ argument
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE44 99-04-01 features/dll: drop <stdio.h> -- iffe protos printf