Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dicmpv6.h43 } icmp6_dataun; member
44 #define icmp6_identifier icmp6_dataun.u_echo.identifier
45 #define icmp6_sequence icmp6_dataun.u_echo.sequence
46 #define icmp6_pointer icmp6_dataun.un_data32[0]
47 #define icmp6_mtu icmp6_dataun.un_data32[0]
48 #define icmp6_unused icmp6_dataun.un_data32[0]
49 #define icmp6_maxdelay icmp6_dataun.un_data16[0]
50 #define icmp6_datagram_len icmp6_dataun.un_data8[0]
51 #define icmp6_router icmp6_dataun.u_nd_advt.router
52 #define icmp6_solicited icmp6_dataun.u_nd_advt.solicited
[all …]
/bionic/libc/include/netinet/
Dicmp6.h82 } icmp6_dataun; member
85 #define icmp6_data32 icmp6_dataun.icmp6_un_data32
86 #define icmp6_data16 icmp6_dataun.icmp6_un_data16
87 #define icmp6_data8 icmp6_dataun.icmp6_un_data8