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

  /external/dhcpcd/
ipv6rs.c 73 #ifndef ND_OPT_DNSSL
74 #define ND_OPT_DNSSL 31
75 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
281 struct nd_opt_dnssl *dnssl;
490 case ND_OPT_DNSSL:
491 dnssl = (struct nd_opt_dnssl *)p;
493 op = p + offsetof(struct nd_opt_dnssl,
612 case ND_OPT_DNSSL:
  /external/tcpdump/
icmp6.h 280 #define ND_OPT_DNSSL 31
320 struct nd_opt_dnssl { /* DNSSL RFC 6106 5.2 */ struct
print-icmp6.c 139 { ND_OPT_DNSSL, "dnssl"},
675 const struct nd_opt_dnssl *opds;
749 case ND_OPT_DNSSL:
750 opds = (struct nd_opt_dnssl *)op;
    [all...]
  /bionic/libc/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /development/ndk/platforms/android-L/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/netinet/
icmp6.h 313 #define ND_OPT_DNSSL 31 /* RFC 6016 */
361 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct

Completed in 124 milliseconds