Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h88 #define icmp6_data16 icmp6_dataun.icmp6_un_data16 macro
92 #define icmp6_id icmp6_data16[0] /* echo request/reply */
93 #define icmp6_seq icmp6_data16[1] /* echo request/reply */
94 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
205 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
206 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
207 #define mld_v2_reserved mld_icmp6_hdr.icmp6_data16[0]
208 #define mld_v2_numrecs mld_icmp6_hdr.icmp6_data16[1]
255 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
410 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0]
[all …]
/f-stack/freebsd/netinet/
H A Dicmp6.h84 #define icmp6_data16 icmp6_dataun.icmp6_un_data16 macro
88 #define icmp6_id icmp6_data16[0] /* echo request/reply */
89 #define icmp6_seq icmp6_data16[1] /* echo request/reply */
90 #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]
203 #define mld_v2_reserved mld_icmp6_hdr.icmp6_data16[0]
204 #define mld_v2_numrecs mld_icmp6_hdr.icmp6_data16[1]
251 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
406 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0]
[all …]
/f-stack/freebsd/netinet6/
H A Dmld6.h74 #define mld_numrecs mld_icmp6_hdr.icmp6_data16[1]