HomeSort by relevance Sort by last modified time
    Searched defs:nd_rs_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 114 struct icmp6_hdr nd_rs_hdr; member in struct:nd_router_solicit
118 #define nd_rs_type nd_rs_hdr.icmp6_type
119 #define nd_rs_code nd_rs_hdr.icmp6_code
120 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
121 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
  /bionic/libc/include/netinet/
icmp6.h 190 struct icmp6_hdr nd_rs_hdr; member in struct:nd_router_solicit
194 #define nd_rs_type nd_rs_hdr.icmp6_type
195 #define nd_rs_code nd_rs_hdr.icmp6_code
196 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
197 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
  /external/tcpdump/
print-icmp6.c 193 struct icmp6_hdr nd_rs_hdr; member in struct:nd_router_solicit
197 #define nd_rs_type nd_rs_hdr.icmp6_type
198 #define nd_rs_code nd_rs_hdr.icmp6_code
199 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
200 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
    [all...]

Completed in 544 milliseconds