Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dnetdb_h.c49 TYPE(struct protoent); in netdb_h()
50 STRUCT_MEMBER(struct protoent, char*, p_name); in netdb_h()
51 STRUCT_MEMBER(struct protoent, char**, p_aliases); in netdb_h()
52 STRUCT_MEMBER(struct protoent, int, p_proto); in netdb_h()
117 FUNCTION(getprotobyname, struct protoent* (*f)(const char*)); in netdb_h()
118 FUNCTION(getprotobynumber, struct protoent* (*f)(int)); in netdb_h()
119 FUNCTION(getprotoent, struct protoent* (*f)(void)); in netdb_h()
/bionic/libc/bionic/
Dnetdb.cpp51 protoent* getprotobyname(const char* /*name*/) { in getprotobyname()
55 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber()
59 protoent* getprotoent() { in getprotoent()
/bionic/libc/include/
Dnetdb.h104 struct protoent { struct
230 struct protoent* getprotobyname(const char* __name);
231 struct protoent* getprotobynumber(int __proto);
232 struct protoent* getprotoent(void) __INTRODUCED_IN(28);