Lines Matching defs:protoent
83 struct protoent {
107 struct protoent *getprotobyname_r
108 (const char *, struct protoent *, char *, int);
109 struct protoent *getprotobynumber_r
110 (int, struct protoent *, char *, int);
111 struct protoent *getprotoent_r(struct protoent *, char *, int);
126 struct protoent *getprotobyname(const char *);
127 struct protoent *getprotobynumber(int);
128 struct protoent *getprotoent(void);
157 struct protoent *getprotobyname_r();
158 struct protoent *getprotobynumber_r();
159 struct protoent *getprotoent_r();
173 struct protoent *getprotobyname();
174 struct protoent *getprotobynumber();
175 struct protoent *getprotoent();