Home
last modified time | relevance | path

Searched defs:icmp (Results 1 – 4 of 4) sorted by relevance

/external/qemu/slirp/
Dip_icmp.h46 struct icmp { struct
47 u_char icmp_type; /* type of message, see below */ argument
48 u_char icmp_code; /* type sub code */ argument
49 u_short icmp_cksum; /* ones complement cksum of struct */ argument
64 } icmp_hun; argument
84 } icmp_dun; argument
/external/qemu/slirp-android/
Dip_icmp.h48 struct icmp { struct
49 u_char icmp_type; /* type of message, see below */ argument
50 u_char icmp_code; /* type sub code */ argument
51 u_short icmp_cksum; /* ones complement cksum of struct */ argument
66 } icmp_hun; argument
86 } icmp_dun; argument
/external/iptables/extensions/
Dlibipt_icmp.c253 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; in print() local
268 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; in save() local
289 static struct iptables_match icmp = { variable
/external/tcpdump/
Dprint-icmp.c53 struct icmp { struct
54 u_int8_t icmp_type; /* type of message, see below */ argument
55 u_int8_t icmp_code; /* type sub code */ argument
56 u_int16_t icmp_cksum; /* ones complement cksum of struct */ argument
65 } icmp_hun; argument
83 } icmp_dun; argument