Home | History | Annotate | Download | only in include

Lines Matching refs:protoent

107 struct protoent {
214 struct protoent *getprotobyname(const char *);
215 struct protoent *getprotobynumber(int);
242 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
243 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
244 struct protoent *getprotoent(void);
245 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);