OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dotted_to_addr
(Results
1 - 2
of
2
) sorted by null
/external/iptables/extensions/
libxt_mangle.c
126
static struct in_addr *
dotted_to_addr
(const char *dotted)
function
166
if ((addrptmp =
dotted_to_addr
(name)) != NULL ||
/external/iptables/iptables/
xtables-arp.c
348
dotted_to_addr
(const char *dotted)
function
634
if ((addrptmp =
dotted_to_addr
(name)) != NULL ||
659
if ((addrp =
dotted_to_addr
(mask)) != NULL)
660
/*
dotted_to_addr
already returns a network byte order addr */
[
all
...]
Completed in 771 milliseconds