Searched defs:icmphdr (Results 1 – 2 of 2) sorted by relevance
68 struct icmphdr { struct69 __u8 type;70 __u8 code;71 __sum16 checksum;72 union {82 } un;
50 struct icmphdr { struct51 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 */