Searched refs:icmp6_dataun (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dicmpv6.h63 } icmp6_dataun; member in struct:icmp6hdr
65 #define icmp6_identifier icmp6_dataun.u_echo.identifier
66 #define icmp6_sequence icmp6_dataun.u_echo.sequence
67 #define icmp6_pointer icmp6_dataun.un_data32[0]
68 #define icmp6_mtu icmp6_dataun.un_data32[0]
69 #define icmp6_unused icmp6_dataun.un_data32[0]
70 #define icmp6_maxdelay icmp6_dataun.un_data16[0]
71 #define icmp6_datagram_len icmp6_dataun.un_data8[0]
72 #define icmp6_router icmp6_dataun.u_nd_advt.router
73 #define icmp6_solicited icmp6_dataun
[all...]
/linux-master/include/net/
H A Dmld.h18 #define mld_reserved mld_hdr.icmp6_dataun.un_data16[1]
38 #define mld2r_resv2 mld2r_hdr.icmp6_dataun.un_data16[0]
39 #define mld2r_ngrec mld2r_hdr.icmp6_dataun.un_data16[1]
65 #define mld2q_resv1 mld2q_hdr.icmp6_dataun.un_data16[1]
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c276 icmp6_out.icmp6_dataun.un_data32[0] = htonl(0x60000000);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c88 #define icmpv6_id(icmph) (icmph->icmp6_dataun.u_echo.identifier)

Completed in 128 milliseconds