Home
last modified time | relevance | path

Searched refs:proto_aliases (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dlcl_pr.c92 char * proto_aliases[MAXALIASES]; member
266 q = pvt->proto.p_aliases = pvt->proto_aliases; in pr_next()
274 if (q < &pvt->proto_aliases[MAXALIASES - 1]) in pr_next()
H A Dgetprotoent_r.c205 pptr->p_aliases = pdptr->proto_aliases; in copy_protoent()
/netbsd-src/lib/libbluetooth/
H A Dbluetooth.c56 static char *proto_aliases[MAXALIASES]; variable
237 q = proto.p_aliases = proto_aliases; in bt_getprotoent()
245 if (q < &proto_aliases[MAXALIASES - 1]) in bt_getprotoent()
/netbsd-src/external/bsd/libbind/dist/include/
H A Dnetdb.h333 char *proto_aliases[_MAXALIASES]; member