Searched refs:protoent (Results 1 – 2 of 2) sorted by relevance
/development/ndk/platforms/android-3/include/ |
D | netdb.h | 107 struct protoent { struct 211 struct protoent *getprotobyname(const char *); 212 struct protoent *getprotobynumber(int); 239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 241 struct protoent *getprotoent(void); 242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
|
/development/ndk/platforms/android-21/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 **);
|