Searched refs:protos (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h52 #define __P(protos) protos
54 #define __P(protos) ()
H A Dlibadm.h41 #define __P(protos) protos
43 #define __P(protos) ()
H A Dlibinst.h155 #define __P(protos) protos
157 #define __P(protos) ()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c184 write_new_algfile(ipsec_proto_t *protos, int num_protos) argument
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, in argument
486 ipsec_proto_t *protos, *current_proto; local
577 ipsec_proto_t *protos, *current_proto; local
597 ipsec_proto_t *protos, *current_proto; local
631 delipsecproto_common(ipsec_proto_t *protos, int num_protos, ipsec_proto_t *proto) argument
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...]
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h80 #define __P(protos) protos /* full-blown ANSI C */
96 #define __P(protos) () /* traditional C preprocessor */
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h49 # define __P(protos) protos
54 # define __P(protos) ()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h95 #define __P(protos) protos /* full-blown ANSI C */
97 #define __P(protos) () /* traditional C preprocessor */
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c404 valid_proto(char **protos, int num, char *proto) argument
408 if (strcmp(protos[i], proto) == 0)
417 char **protos; local
441 num_proto = sa_get_protocols(&protos);
445 show_status(protos[i]);
449 if (valid_proto(protos, num_proto, argv[i])) {
458 if (protos != NULL)
459 free(protos);
/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,
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;
/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))
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[
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h155 #define __P(protos) protos /* full-blown ANSI C */
173 #define __P(protos) () /* traditional C preprocessor */
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c672 * 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];
1669 * returning a pointer to this array. If one of the protos is too big
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h40 #define __P(protos) protos /* ANSI C prototypes */
43 #define __P(protos) () /* K&R C preprocessor */

Completed in 89 milliseconds