OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_PARTS
(Results
1 - 2
of
2
) sorted by null
/external/iptables/libiptc/
libip4tc.c
126
#define
IP_PARTS
(n) IP_PARTS_NATIVE(ntohl(n))
137
IP_PARTS
(e->ip.src.s_addr),
IP_PARTS
(e->ip.smsk.s_addr));
139
IP_PARTS
(e->ip.dst.s_addr),
IP_PARTS
(e->ip.dmsk.s_addr));
/external/iptables/iptables/
iptables.c
1019
#define
IP_PARTS
(n) IP_PARTS_NATIVE(ntohl(n))
1083
IP_PARTS
(ip));
1097
printf("/%u.%u.%u.%u",
IP_PARTS
(mask));
[
all
...]
Completed in 29 milliseconds