Searched refs:addr_to_dotted (Results 1 - 10 of 10) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Diptables.h148 extern char *addr_to_dotted(const struct in_addr *addrp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c119 addr_to_dotted(const struct in_addr *addrp) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_DNAT.c202 printf("%s", addr_to_dotted(&a));
205 printf("-%s", addr_to_dotted(&a));
H A Dlibipt_NETMAP.c163 printf("%s", addr_to_dotted(&a));
167 printf("/%s", addr_to_dotted(&a));
H A Dlibipt_SAME.c168 printf("%s", addr_to_dotted(&a));
174 printf("-%s ", addr_to_dotted(&a));
200 printf("--to %s", addr_to_dotted(&a));
206 printf("-%s ", addr_to_dotted(&a));
H A Dlibipt_SNAT.c204 printf("%s", addr_to_dotted(&a));
207 printf("-%s", addr_to_dotted(&a));
H A Dlibipt_conntrack.c423 sprintf(buf, "%s", addr_to_dotted(addr));
H A Dlibipt_policy.c363 addr_to_dotted((struct in_addr *)&e->daddr),
369 addr_to_dotted((struct in_addr *)&e->saddr),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Diptables.h161 extern char *addr_to_dotted(const struct in_addr *addrp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables.c938 addr_to_dotted(const struct in_addr *addrp) function
957 return addr_to_dotted(addr);
981 sprintf(buf, "/%s", addr_to_dotted(mask));
1472 sprintf(buf, "%s", addr_to_dotted(&(fw->ip.src)));
1484 sprintf(buf, "%s", addr_to_dotted(&(fw->ip.dst)));

Completed in 212 milliseconds