Searched defs:icmp (Results 1 - 9 of 9) sorted by relevance

/external/iptables/include/net/netfilter/
H A Dnf_conntrack_tuple.h45 } icmp; member in union:nf_conntrack_man_proto
86 } icmp; member in union:nf_conntrack_tuple::__anon6507::__anon6508
/external/iptables/extensions/
H A Dlibipt_icmp.c8 /* special hack for icmp-type 'any':
10 * '-p icmp ' matches all icmp packets
11 * '-p icmp -m icmp' matches _only_ ICMP type 0 :(
12 * This is now fixed by initializing the field * to icmp type 0xFF
105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n"
107 "[!] --icmp
223 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; local
237 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; local
[all...]
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h30 } icmp; member in union:ip_conntrack_manip_proto
66 } icmp; member in union:ip_conntrack_tuple::__anon7031::__anon7032
H A Dip_conntrack.h23 struct ip_ct_icmp icmp; member in union:ip_conntrack_proto
/external/qemu/slirp/
H A Dip_icmp.h44 * Structure of an icmp header.
46 struct icmp { struct
/external/qemu/slirp-android/
H A Dip_icmp.h46 * Structure of an icmp header.
48 struct icmp { struct
/external/dnsmasq/src/
H A Ddnsmasq.c391 CAP_NET_RAW (for icmp) if we're doing dhcp */
1255 struct icmp icmp; member in struct:__anon5070
1278 memset(&packet.icmp, 0, sizeof(packet.icmp));
1279 packet.icmp.icmp_type = ICMP_ECHO;
1280 packet.icmp.icmp_id = id;
1281 for (j = 0, i = 0; i < sizeof(struct icmp) / 2; i++)
1282 j += ((u16 *)&packet.icmp)[i];
1285 packet.icmp
[all...]
/external/tcpdump/
H A Dprint-icmp.c24 "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.6 2007/09/13 17:40:18 guy Exp $ (LBL)";
51 * Structure of an icmp header.
53 struct icmp { struct
104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
196 /* Most of the icmp types */
265 * draft-bonica-internet-icmp-08
337 const struct icmp *dp;
350 dp = (struct icmp *)bp;
567 (void)printf(" (wrong icmp cksum %x (->%x)!)",
687 fputs("[|icmp]", stdou
[all...]
/external/libnl-headers/
H A Dnetlink-types.h731 } icmp; member in union:nfnl_ct_proto

Completed in 904 milliseconds