Searched defs:proto_ops (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetprotoent.c61 static nis_backend_op_t proto_ops[] = { variable
75 return (_nss_nis_constr(proto_ops,
76 sizeof (proto_ops) / sizeof (proto_ops[0]),
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprotoent.c77 static files_backend_op_t proto_ops[] = { variable
91 return (_nss_files_constr(proto_ops,
92 sizeof (proto_ops) / sizeof (proto_ops[0]),
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetprotoent.c284 static ldap_backend_op_t proto_ops[] = { variable
306 return ((nss_backend_t *)_nss_ldap_constr(proto_ops,
307 sizeof (proto_ops)/sizeof (proto_ops[0]), _PROTOCOLS,

Completed in 16 milliseconds