Searched defs:protoent (Results 1 – 3 of 3) sorted by relevance
135 struct protoent { struct136 char *p_name; /* official protocol name */137 char **p_aliases; /* alias list */138 int p_proto; /* protocol # */
102 struct protoent protoent; in main() local
2126 WRAPPER2(struct protoent *, getprotoent, void) in WRAPPER2()2138 WRAPPER2(struct protoent *, getprotobyname, const char *name) in WRAPPER2()2153 WRAPPER2(struct protoent *, getprotobynumber, int port) in WRAPPER2()