Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dicmp6.h119 #define icmp6_data16 icmp6_dataun.icmp6_un_data16 macro
123 #define icmp6_id icmp6_data16[0] /* echo request/reply */
124 #define icmp6_seq icmp6_data16[1] /* echo request/reply */
125 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
234 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
235 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
236 #define mld_v2_reserved mld_icmp6_hdr.icmp6_data16[0]
237 #define mld_v2_numrecs mld_icmp6_hdr.icmp6_data16[1]
281 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
458 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0]
[all …]
/xnu-10002.41.9/bsd/netinet6/
H A Dmld6.h99 #define mld_numrecs mld_icmp6_hdr.icmp6_data16[1]