OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_ip6addr_to_numeric
(Results
1 - 9
of
9
) sorted by null
/external/iptables/extensions/
libxt_iprange.c
233
printf(" %s",
xtables_ip6addr_to_numeric
(&info->src_min.in6));
234
printf("-%s",
xtables_ip6addr_to_numeric
(&info->src_max.in6));
240
printf(" %s",
xtables_ip6addr_to_numeric
(&info->dst_min.in6));
241
printf("-%s",
xtables_ip6addr_to_numeric
(&info->dst_max.in6));
288
printf(" --src-range %s",
xtables_ip6addr_to_numeric
(&info->src_min.in6));
289
printf("-%s",
xtables_ip6addr_to_numeric
(&info->src_max.in6));
294
printf(" --dst-range %s",
xtables_ip6addr_to_numeric
(&info->dst_min.in6));
295
printf("-%s",
xtables_ip6addr_to_numeric
(&info->dst_max.in6));
libxt_TEE.c
70
printf(" TEE gw:%s",
xtables_ip6addr_to_numeric
(&info->gw.in6));
90
printf(" --gateway %s",
xtables_ip6addr_to_numeric
(&info->gw.in6));
libxt_TPROXY.c
81
xtables_ip6addr_to_numeric
(&info->laddr.in6),
116
printf(" --on-ip %s",
xtables_ip6addr_to_numeric
(&info->laddr.in6));
libxt_policy.c
284
xtables_ip6addr_to_numeric
(&e->daddr.a6),
295
xtables_ip6addr_to_numeric
(&e->saddr.a6),
libxt_ipvs.c
149
strcpy(buf,
xtables_ip6addr_to_numeric
(&addr->in6));
libxt_conntrack.c
621
xtables_ip6addr_to_numeric
(&addr->in6),
/external/iptables/include/
xtables.h
441
extern const char *
xtables_ip6addr_to_numeric
(const struct in6_addr *);
/external/iptables/iptables/
xtables.c
1412
const char *
xtables_ip6addr_to_numeric
(const struct in6_addr *addrp)
function
[
all
...]
ip6tables.c
626
strcpy(buf,
xtables_ip6addr_to_numeric
(&fw->ipv6.src));
639
strcpy(buf,
xtables_ip6addr_to_numeric
(&fw->ipv6.dst));
[
all
...]
Completed in 84 milliseconds