Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h107 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/
Dstubs.c448 struct protoent *getprotobyname(const char *name) in getprotobyname()
454 struct protoent *getprotobynumber(int proto) in getprotobynumber()