Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dicmp6.h118 #define icmp6_data32 icmp6_dataun.icmp6_un_data32 macro
121 #define icmp6_pptr icmp6_data32[0] /* parameter prob */
122 #define icmp6_mtu icmp6_data32[0] /* packet too big */
255 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
292 #define nd_ns_reserved nd_ns_hdr.icmp6_data32[0]
303 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
326 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
538 #define rr_seqnum rr_hdr.icmp6_data32[0]
/xnu-8020.121.3/tests/
H A Dnet_bridge.c1441 icmp6->icmp6_data32[0] = 0; in ethernet_nd6_frame_populate()