Home
last modified time | relevance | path

Searched defs:icmphdr (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dicmp.h68 struct icmphdr { struct
69 __u8 type;
70 __u8 code;
71 __sum16 checksum;
72 union {
82 } un;
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_ip_icmp.h50 struct icmphdr { struct
51 u_char icmp_type; /* type of message, see below */
52 u_char icmp_code; /* type sub code */
53 u_short icmp_cksum; /* ones complement cksum of struct */