Lines Matching defs:protoent
224 struct protoent {
258 struct protoent *getprotobyname_r
259 (const char *, struct protoent *, char *, int);
260 struct protoent *getprotobynumber_r
261 (int, struct protoent *, char *, int);
262 struct protoent *getprotoent_r(struct protoent *, char *, int);
274 struct protoent *getprotobyname(const char *);
275 struct protoent *getprotobynumber(int);
276 struct protoent *getprotoent(void);