OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_ipaddr_to_numeric
(Results
1 - 13
of
13
) sorted by null
/external/iptables/extensions/
libipt_SAME.c
118
printf("%s",
xtables_ipaddr_to_numeric
(&a));
122
printf("-%s",
xtables_ipaddr_to_numeric
(&a));
145
printf(" --to %s",
xtables_ipaddr_to_numeric
(&a));
149
printf("-%s",
xtables_ipaddr_to_numeric
(&a));
libxt_iprange.c
207
printf(" %s",
xtables_ipaddr_to_numeric
(&info->src_min.in));
208
printf("-%s",
xtables_ipaddr_to_numeric
(&info->src_max.in));
214
printf(" %s",
xtables_ipaddr_to_numeric
(&info->dst_min.in));
215
printf("-%s",
xtables_ipaddr_to_numeric
(&info->dst_max.in));
270
printf(" --src-range %s",
xtables_ipaddr_to_numeric
(&info->src_min.in));
271
printf("-%s",
xtables_ipaddr_to_numeric
(&info->src_max.in));
276
printf(" --dst-range %s",
xtables_ipaddr_to_numeric
(&info->dst_min.in));
277
printf("-%s",
xtables_ipaddr_to_numeric
(&info->dst_max.in));
libipt_NETMAP.c
74
printf("%s",
xtables_ipaddr_to_numeric
(&a));
78
printf("/%s",
xtables_ipaddr_to_numeric
(&a));
libxt_TEE.c
57
printf(" TEE gw:%s",
xtables_ipaddr_to_numeric
(&info->gw.in));
81
printf(" --gateway %s",
xtables_ipaddr_to_numeric
(&info->gw.in));
libxt_TPROXY.c
55
xtables_ipaddr_to_numeric
((const struct in_addr *)&info->laddr),
68
xtables_ipaddr_to_numeric
(&info->laddr.in),
92
xtables_ipaddr_to_numeric
((const struct in_addr *)&info->laddr));
104
printf(" --on-ip %s",
xtables_ipaddr_to_numeric
(&info->laddr.in));
libipt_DNAT.c
198
printf("%s",
xtables_ipaddr_to_numeric
(&a));
201
printf("-%s",
xtables_ipaddr_to_numeric
(&a));
libipt_SNAT.c
198
printf("%s",
xtables_ipaddr_to_numeric
(&a));
201
printf("-%s",
xtables_ipaddr_to_numeric
(&a));
libxt_policy.c
288
xtables_ipaddr_to_numeric
(&e->daddr.a4),
299
xtables_ipaddr_to_numeric
(&e->saddr.a4),
libxt_ipvs.c
137
strcpy(buf,
xtables_ipaddr_to_numeric
(&addr->in));
libxt_conntrack.c
607
xtables_ipaddr_to_numeric
(&addr->in),
643
strcpy(buf,
xtables_ipaddr_to_numeric
(addr));
/external/iptables/include/
xtables.h
430
extern const char *
xtables_ipaddr_to_numeric
(const struct in_addr *);
/external/iptables/iptables/
xtables.c
1081
const char *
xtables_ipaddr_to_numeric
(const struct in_addr *addrp)
function
1119
return
xtables_ipaddr_to_numeric
(addr);
1142
sprintf(buf, "/%s",
xtables_ipaddr_to_numeric
(mask));
[
all
...]
iptables.c
632
strcpy(buf,
xtables_ipaddr_to_numeric
(&fw->ip.src));
644
strcpy(buf,
xtables_ipaddr_to_numeric
(&fw->ip.dst));
[
all
...]
Completed in 1320 milliseconds