Lines Matching refs:protoent
81 struct protoent { struct
105 struct protoent *getprotobyname_r argument
106 (const char *, struct protoent *, char *, int);
107 struct protoent *getprotobynumber_r
108 (int, struct protoent *, char *, int);
109 struct protoent *getprotoent_r(struct protoent *, char *, int);
124 struct protoent *getprotobyname(const char *);
125 struct protoent *getprotobynumber(int);
126 struct protoent *getprotoent(void);
155 struct protoent *getprotobyname_r();
156 struct protoent *getprotobynumber_r();
157 struct protoent *getprotoent_r();
171 struct protoent *getprotobyname();
172 struct protoent *getprotobynumber();
173 struct protoent *getprotoent();