Searched defs:ip (Results 151 - 175 of 370) sorted by relevance

1234567891011>>

/external/grub/netboot/
H A Dmisc.c226 unsigned long ip = 0; local
240 ip = (ip << 8) | val;
243 addr->s_addr = htonl (ip);
/external/iproute2/include/linux/
H A Dnetfilter.h53 __be32 ip; member in union:nf_inet_addr
/external/iptables/extensions/
H A Dlibip6t_LOG.c33 " --log-ip-options Log IP options.\n"
46 {.name = "log-ip-options", .id = O_LOG_IPOPTS, .type = XTTYPE_NONE},
107 static void LOG_print(const void *ip, const struct xt_entry_target *target, argument
131 printf(" ip-options");
144 static void LOG_save(const void *ip, const struct xt_entry_target *target) argument
160 printf(" --log-ip-options");
H A Dlibip6t_dst.c137 static void dst_print(const void *ip, const struct xt_entry_match *match, argument
158 static void dst_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibip6t_hbh.c133 static void hbh_print(const void *ip, const struct xt_entry_match *match, argument
151 static void hbh_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibip6t_icmp6.c195 static void icmp6_print(const void *ip, const struct xt_entry_match *match, argument
210 static void icmp6_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibip6t_ipv6header.c199 static void ipv6header_print(const void *ip, argument
218 static void ipv6header_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibip6t_mh.c175 static void mh_print(const void *ip, const struct xt_entry_match *match, argument
189 static void mh_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibipt_CLUSTERIP.c141 static void CLUSTERIP_print(const void *ip, argument
160 static void CLUSTERIP_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibipt_DNAT.c71 const struct in_addr *ip; local
133 ip = xtables_numeric_to_ipaddr(arg);
134 if (!ip)
137 range.min_ip = ip->s_addr;
139 ip = xtables_numeric_to_ipaddr(dash+1);
140 if (!ip)
143 range.max_ip = ip->s_addr;
157 if (entry->ip.proto == IPPROTO_TCP
158 || entry->ip.proto == IPPROTO_UDP
159 || entry->ip
212 DNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
228 DNAT_save(const void *ip, const struct xt_entry_target *target) argument
[all...]
H A Dlibipt_LOG.c33 " --log-ip-options Log IP options.\n\n"
46 {.name = "log-ip-options", .id = O_LOG_IPOPTS, .type = XTTYPE_NONE},
107 static void LOG_print(const void *ip, const struct xt_entry_target *target, argument
131 printf(" ip-options");
144 static void LOG_save(const void *ip, const struct xt_entry_target *target) argument
162 printf(" --log-ip-options");
H A Dlibipt_SNAT.c71 const struct in_addr *ip; local
133 ip = xtables_numeric_to_ipaddr(arg);
134 if (!ip)
137 range.min_ip = ip->s_addr;
139 ip = xtables_numeric_to_ipaddr(dash+1);
140 if (!ip)
143 range.max_ip = ip->s_addr;
157 if (entry->ip.proto == IPPROTO_TCP
158 || entry->ip.proto == IPPROTO_UDP
159 || entry->ip
212 SNAT_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
228 SNAT_save(const void *ip, const struct xt_entry_target *target) argument
[all...]
H A Dlibipt_addrtype.c162 static void addrtype_print_v0(const void *ip, const struct xt_entry_match *match, argument
183 static void addrtype_print_v1(const void *ip, const struct xt_entry_match *match, argument
210 static void addrtype_save_v0(const void *ip, const struct xt_entry_match *match) argument
229 static void addrtype_save_v1(const void *ip, const struct xt_entry_match *match) argument
H A Dlibipt_icmp.c69 { "ip-header-bad", 12, 0, 0 },
220 static void icmp_print(const void *ip, const struct xt_entry_match *match, argument
235 static void icmp_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_CT.c117 static void ct_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
137 static void ct_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_NFQUEUE.c95 static void NFQUEUE_print(const void *ip, argument
103 static void NFQUEUE_print_v1(const void *ip, argument
117 static void NFQUEUE_print_v2(const void *ip, argument
122 NFQUEUE_print_v1(ip, target, numeric);
127 static void NFQUEUE_save(const void *ip, const struct xt_entry_target *target) argument
135 static void NFQUEUE_save_v1(const void *ip, const struct xt_entry_target *target) argument
148 static void NFQUEUE_save_v2(const void *ip, const struct xt_entry_target *target) argument
152 NFQUEUE_save_v1(ip, target);
H A Dlibxt_RATEEST.c183 RATEEST_print(const void *ip, const struct xt_entry_target *target, argument
190 RATEEST_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_TOS.c138 static void tos_tg_print_v0(const void *ip, argument
148 static void tos_tg_print(const void *ip, const struct xt_entry_target *target, argument
172 static void tos_tg_save_v0(const void *ip, const struct xt_entry_target *target) argument
179 static void tos_tg_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_connlimit.c128 static void connlimit_print4(const void *ip, argument
139 static void connlimit_print6(const void *ip, argument
150 static void connlimit_save4(const void *ip, const struct xt_entry_match *match) argument
168 static void connlimit_save6(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_ipvs.c132 if (!numeric && addr->ip == 0) {
157 static void ipvs_mt_dump(const void *ip, const struct xt_ipvs_mtinfo *data, argument
224 static void ipvs_mt4_print(const void *ip, const struct xt_entry_match *match, argument
228 ipvs_mt_dump(ip, data, NFPROTO_IPV4, numeric, "");
231 static void ipvs_mt6_print(const void *ip, const struct xt_entry_match *match, argument
235 ipvs_mt_dump(ip, data, NFPROTO_IPV6, numeric, "");
238 static void ipvs_mt4_save(const void *ip, const struct xt_entry_match *match) argument
241 ipvs_mt_dump(ip, data, NFPROTO_IPV4, true, "--");
244 static void ipvs_mt6_save(const void *ip, const struct xt_entry_match *match) argument
247 ipvs_mt_dump(ip, dat
[all...]
H A Dlibxt_recent.c131 static void recent_print(const void *ip, const struct xt_entry_match *match, argument
159 static void recent_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_set.c117 set_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) argument
125 set_save_v0(const void *ip, const struct xt_entry_match *match) argument
202 set_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) argument
210 set_save_v1(const void *ip, const struct xt_entry_match *match) argument
/external/iptables/include/linux/
H A Dnetfilter.h53 __be32 ip; member in union:nf_inet_addr
/external/kernel-headers/original/linux/netfilter/
H A Dxt_conntrack.h32 __u32 ip; member in struct:ip_conntrack_old_tuple::__anon7852
39 __u32 ip; member in struct:ip_conntrack_old_tuple::__anon7854
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h42 u_int32_t ip; member in struct:ip_conntrack_manip
53 u_int32_t ip; member in struct:ip_conntrack_tuple::__anon7867
97 NIPQUAD((tp)->src.ip), ntohs((tp)->src.u.all), \
98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all))
116 return t1->src.ip == t2->src.ip
123 return t1->dst.ip == t2->dst.ip
138 return !(((t->src.ip ^ tuple->src.ip)
[all...]

Completed in 137 milliseconds

1234567891011>>