Home | History | Annotate | Download | only in extensions

Lines Matching defs:ip

24 "				Don't use destination-ip in\n"
42 const struct in_addr *ip;
53 ip = xtables_numeric_to_ipaddr(arg);
54 if (!ip)
55 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
57 range->min_ip = ip->s_addr;
60 ip = xtables_numeric_to_ipaddr(dash+1);
61 if (!ip)
62 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
65 range->max_ip = ip->s_addr;
68 xtables_error(PARAMETER_PROBLEM, "Bad IP range \"%s-%s\"\n",
103 static void SAME_print(const void *ip, const struct xt_entry_target *target,
134 static void SAME_save(const void *ip, const struct xt_entry_target *target)