Home
last modified time | relevance | path

Searched refs:protoent (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/include/
Dnetdb.h107 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-L/include/
Dnetdb.h107 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 **);
/development/ndk/sources/android/libportable/common/include/
Dnetdb_portable.h116 struct protoent {
226 struct protoent *getprotobyname(const char *);
227 struct protoent *getprotobynumber(int);
265 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
266 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
267 struct protoent *getprotoent(void);
268 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);