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

  /development/ndk/platforms/android-3/include/netinet/
icmp6.h 277 struct icmp6_hdr nd_rd_hdr; member in struct:nd_redirect
283 #define nd_rd_type nd_rd_hdr.icmp6_type
284 #define nd_rd_code nd_rd_hdr.icmp6_code
285 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
286 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
  /bionic/libc/include/netinet/
icmp6.h 284 struct icmp6_hdr nd_rd_hdr; member in struct:nd_redirect
290 #define nd_rd_type nd_rd_hdr.icmp6_type
291 #define nd_rd_code nd_rd_hdr.icmp6_code
292 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
293 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
  /development/ndk/platforms/android-L/include/netinet/
icmp6.h 284 struct icmp6_hdr nd_rd_hdr; member in struct:nd_redirect
290 #define nd_rd_type nd_rd_hdr.icmp6_type
291 #define nd_rd_code nd_rd_hdr.icmp6_code
292 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
293 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]

Completed in 425 milliseconds