Home | History | Annotate | Download | only in include

Lines Matching refs:protoent

116 struct protoent {
226 struct protoent *getprotobyname(const char *);
227 struct protoent *getprotobynumber(int);
265 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
266 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
267 struct protoent *getprotoent(void);
268 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);