Lines Matching defs:ip
25 " Don't use destination-ip in\n"
43 const struct in_addr *ip;
54 ip = xtables_numeric_to_ipaddr(arg);
55 if (!ip)
56 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
58 range->min_ip = ip->s_addr;
61 ip = xtables_numeric_to_ipaddr(dash+1);
62 if (!ip)
63 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
66 range->max_ip = ip->s_addr;
69 xtables_error(PARAMETER_PROBLEM, "Bad IP range \"%s-%s\"\n",
111 static void SAME_print(const void *ip, const struct xt_entry_target *target,
142 static void SAME_save(const void *ip, const struct xt_entry_target *target)