OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getnetbyaddr
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h
212
extern struct netent *
getnetbyaddr
(uint32_t __net, int __type);
/bionic/libc/bionic/
stubs.cpp
419
netent*
getnetbyaddr
(uint32_t /*net*/, int /*type*/) {
function
/external/iptables/iptables/
xtables.c
1105
if ((net =
getnetbyaddr
(ntohl(addr->s_addr), AF_INET)) != NULL)
[
all
...]
Completed in 170 milliseconds
1
2
3