Searched refs:protoent (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ |
D | netdb.h | 107 struct protoent { struct 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 **);
|
/bionic/libc/bionic/ |
D | stubs.cpp | 424 protoent* getprotobyname(const char* /*name*/) { in getprotobyname() 429 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber()
|