HomeSort by relevance Sort by last modified time
    Searched refs:nd_ra_hdr (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h 125 struct icmp6_hdr nd_ra_hdr; member in struct:nd_router_advert
131 #define nd_ra_type nd_ra_hdr.icmp6_type
132 #define nd_ra_code nd_ra_hdr.icmp6_code
133 #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
134 #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
135 #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
139 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
  /bionic/libc/include/netinet/
icmp6.h 200 struct icmp6_hdr nd_ra_hdr; member in struct:nd_router_advert
206 #define nd_ra_type nd_ra_hdr.icmp6_type
207 #define nd_ra_code nd_ra_hdr.icmp6_code
208 #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
209 #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
210 #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
225 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
  /external/tcpdump/
print-icmp6.c 203 struct icmp6_hdr nd_ra_hdr; member in struct:nd_router_advert
209 #define nd_ra_type nd_ra_hdr.icmp6_type
210 #define nd_ra_code nd_ra_hdr.icmp6_code
211 #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
212 #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
213 #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
229 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
    [all...]

Completed in 270 milliseconds