Searched refs:proto_aliases (Results 1 – 4 of 4) sorted by relevance
92 char * proto_aliases[MAXALIASES]; member266 q = pvt->proto.p_aliases = pvt->proto_aliases; in pr_next()274 if (q < &pvt->proto_aliases[MAXALIASES - 1]) in pr_next()
205 pptr->p_aliases = pdptr->proto_aliases; in copy_protoent()
56 static char *proto_aliases[MAXALIASES]; variable237 q = proto.p_aliases = proto_aliases; in bt_getprotoent()245 if (q < &proto_aliases[MAXALIASES - 1]) in bt_getprotoent()
333 char *proto_aliases[_MAXALIASES]; member