Home | History | Annotate | Download | only in include

Lines Matching defs:protoent

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