Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/include/lwip/prot/
H A Dicmp6.h138 struct icmp6_hdr { struct
/minix3/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;
/minix3/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c81 struct icmp6_hdr { struct
82 uint8_t icmp6_type; /* type field */
83 uint8_t icmp6_code; /* code field */
84 uint16_t icmp6_cksum; /* checksum field */
85 union {
89 } icmp6_dataun;
/minix3/minix/tests/
H A Dtest92.c414 struct icmp6_hdr icmp6_hdr; in test92c() local