Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h104 struct protoent { struct
225 struct protoent *getprotobyname(const char *);
226 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
227 struct protoent *getprotobynumber(int);
228 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
229 struct protoent *getprotoent(void);
230 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
/bionic/libc/bionic/
Dstubs.cpp436 protoent* getprotobyname(const char* /*name*/) { in getprotobyname()
441 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber()