Home | History | Annotate | Download | only in extensions

Lines Matching defs:ip

50 	const struct in6_addr *ip;
113 /* Starts with colon or [] colon? No IP info...*/
129 ip = xtables_numeric_to_ip6addr(start);
130 if (!ip)
131 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
133 range->min_addr.in6 = *ip;
135 ip = xtables_numeric_to_ip6addr(dash + 1);
136 if (!ip)
137 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
139 range->max_addr.in6 = *ip;
209 static void DNAT_print(const void *ip, const struct xt_entry_target *target,
222 static void DNAT_save(const void *ip, const struct xt_entry_target *target)