Lines Matching refs:ip
74 struct in_addr *ip;
83 ip = dotted_to_addr(arg);
84 if (!ip)
85 exit_error(PARAMETER_PROBLEM, "Bad IP address `%s'\n",
87 range->min_ip = ip->s_addr;
90 ip = dotted_to_mask(slash+1);
91 if (!ip)
94 netmask = ip->s_addr;
153 print(const struct ipt_ip *ip,
175 save(const struct ipt_ip *ip, const struct ipt_entry_target *target)
178 print(ip, target, 0);