OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getnetbyaddr
(Results
51 - 58
of
58
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
netdb.h
221
struct netent *
getnetbyaddr
(uint32_t, int);
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
netdb.h
221
struct netent *
getnetbyaddr
(uint32_t, int);
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
netdb.h
221
struct netent *
getnetbyaddr
(uint32_t, int);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h
217
extern struct netent *
getnetbyaddr
(uint32_t __net, int __type);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h
219
extern struct netent *
getnetbyaddr
(uint32_t __net, int __type);
/bionic/libc/bionic/
stubs.cpp
541
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 529 milliseconds
1
2
3