Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDicmp6.h81 #define icmp6_data32 icmp6_dataun.icmp6_un_data32 macro
84 #define icmp6_pptr icmp6_data32[0] /* parameter prob */
85 #define icmp6_mtu icmp6_data32[0] /* packet too big */
213 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
253 #define nd_ns_reserved nd_ns_hdr.icmp6_data32[0]
264 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
287 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
477 #define rr_seqnum rr_hdr.icmp6_data32[0]
/NextBSD/contrib/tcpdump/
HDprint-icmp6.c87 #define icmp6_data32 icmp6_dataun.icmp6_un_data32 macro
90 #define icmp6_pptr icmp6_data32[0] /* parameter prob */
91 #define icmp6_mtu icmp6_data32[0] /* packet too big */
200 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
240 #define nd_ns_reserved nd_ns_hdr.icmp6_data32[0]
251 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
267 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
431 #define rr_seqnum rr_hdr.icmp6_data32[0]