Searched refs:getservbyport (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 363 TEST(netdb, getservbyport) { in TEST() argument 365 servent* s = getservbyport(htons(25), nullptr); in TEST() 372 s = getservbyport(htons(25), "tcp"); in TEST() 379 s = getservbyport(htons(25), "udp"); in TEST() 383 s = getservbyport(htons(7), "udp"); in TEST() 445 ASSERT_TRUE(getservbyport(htons(25), "tcp") != nullptr); in TEST()
|
/bionic/libc/dns/net/ |
D | getservent.c | 137 struct servent* getservbyport(int port, const char* proto) { in getservbyport() function
|
D | getnameinfo.c | 221 sp = getservbyport(port, in getnameinfo_inet()
|
/bionic/libc/include/ |
D | netdb.h | 238 struct servent* getservbyport(int __port_in_network_order, const char* __proto);
|
/bionic/tests/headers/posix/ |
D | netdb_h.c | 121 FUNCTION(getservbyport, struct servent* (*f)(int, const char*)); in netdb_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 371 getservbyport
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 480 getservbyport;
|
/bionic/libc/ |
D | libc.map.txt | 480 getservbyport;
|