OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getnetbyaddr
(Results
1 - 9
of
9
) sorted by null
/external/libpcap/Win32/Include/net/
netdb.h
109
struct netent *
getnetbyaddr
(long, int); /* u_long? */
/development/ndk/platforms/android-3/include/
netdb.h
209
struct netent *
getnetbyaddr
(uint32_t, int);
/development/ndk/sources/android/libportable/common/include/
netdb_portable.h
224
struct netent *
getnetbyaddr
(uint32_t, int);
/bionic/libc/include/
netdb.h
221
struct netent *
getnetbyaddr
(uint32_t, int);
/development/ndk/platforms/android-L/include/
netdb.h
221
struct netent *
getnetbyaddr
(uint32_t, int);
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h
238
struct netent *
getnetbyaddr
(uint32_t, int);
/bionic/libc/bionic/
stubs.cpp
421
netent*
getnetbyaddr
(uint32_t /*net*/, int /*type*/) {
function
/external/ltrace/etc/
libc.so.conf
143
addr
getnetbyaddr
(uint, int);
/external/iptables/libxtables/
xtables.c
1202
if ((net =
getnetbyaddr
(ntohl(addr->s_addr), AF_INET)) != NULL)
[
all
...]
Completed in 416 milliseconds