Home | History | Annotate | Download | only in include

Lines Matching refs:protoent

107 struct protoent {
229 struct protoent *getprotobyname(const char *);
230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
231 struct protoent *getprotobynumber(int);
232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
233 struct protoent *getprotoent(void);
234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);