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
229 struct protoent *getprotobyname(const char *);
230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
231 struct protoent *getprotobynumber(int);
232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
233 struct protoent *getprotoent(void);
234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
/bionic/libc/bionic/
Dstubs.c376 struct protoent *getprotobyname(const char *name) in getprotobyname()
382 struct protoent *getprotobynumber(int proto) in getprotobynumber()