Home | History | Annotate | Download | only in extensions

Lines Matching refs:ip

24 "				Don't use destination-ip in\n"
53 struct in_addr *ip;
61 ip = dotted_to_addr(arg);
62 if (!ip)
63 exit_error(PARAMETER_PROBLEM, "Bad IP address `%s'\n",
65 range->min_ip = ip->s_addr;
68 ip = dotted_to_addr(dash+1);
69 if (!ip)
70 exit_error(PARAMETER_PROBLEM, "Bad IP address `%s'\n",
73 range->max_ip = ip->s_addr;
76 exit_error(PARAMETER_PROBLEM, "Bad IP range `%s-%s'\n",
135 print(const struct ipt_ip *ip,
166 save(const struct ipt_ip *ip, const struct ipt_entry_target *target)