Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h69 struct icmp6_hdr { struct
70 u_int8_t icmp6_type; /* type field */
71 u_int8_t icmp6_code; /* code field */
72 u_int16_t icmp6_cksum; /* checksum field */
73 union {
77 } icmp6_dataun;
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c76 struct icmp6_hdr { struct
77 nd_uint8_t icmp6_type; /* type field */
78 nd_uint8_t icmp6_code; /* code field */
79 nd_uint16_t icmp6_cksum; /* checksum field */
80 union {
85 } icmp6_dataun;