Searched refs:protoent (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ |
D | netdb.h | 107 struct protoent { struct 226 struct protoent *getprotobyname(const char *); 227 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 228 struct protoent *getprotobynumber(int); 229 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 230 struct protoent *getprotoent(void); 231 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
|
/bionic/libc/bionic/ |
D | stubs.c | 448 struct protoent *getprotobyname(const char *name) in getprotobyname() 454 struct protoent *getprotobynumber(int proto) in getprotobynumber()
|