Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h71 struct icmp6_hdr { struct
72 u_int8_t icmp6_type; /* type field */
73 u_int8_t icmp6_code; /* code field */
74 u_int16_t icmp6_cksum; /* checksum field */
75 union {
79 } icmp6_dataun;
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c74 struct icmp6_hdr { struct
75 nd_uint8_t icmp6_type; /* type field */
76 nd_uint8_t icmp6_code; /* code field */
77 nd_uint16_t icmp6_cksum; /* checksum field */
78 union {
83 } icmp6_dataun;