Home
last modified time | relevance | path

Searched refs:icmp6_data16 (Results 1 – 2 of 2) sorted by relevance

/minix/sys/netinet/
H A Dicmp6.h83 #define icmp6_data16 icmp6_dataun.icmp6_un_data16 macro
87 #define icmp6_id icmp6_data16[0] /* echo request/reply */
88 #define icmp6_seq icmp6_data16[1] /* echo request/reply */
89 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
201 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
202 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
246 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
394 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0]
395 #define ni_flags icmp6_ni_hdr.icmp6_data16[1]
/minix/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c187 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
188 #define mld6_reserved mld6_hdr.icmp6_data16[1]
388 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0]
389 #define ni_flags icmp6_ni_hdr.icmp6_data16[1]
1150 ND_TCHECK(dp->icmp6_data16[0]); in icmp6_print()
1162 ND_TCHECK(dp->icmp6_data16[0]); in icmp6_print()
1164 if (dp->icmp6_data16[1] & 0xc0) in icmp6_print()
1166 if (dp->icmp6_data16[1] & 0x80) in icmp6_print()
1168 if (dp->icmp6_data16[1] & 0x40) in icmp6_print()
1447 ND_TCHECK(icp->icmp6_data16[1]); in mldv2_report_print()
[all …]