HomeSort by: relevance | last modified time | path
    Searched refs:ND_OPT_RDNSS (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.c 137 [ND_OPT_RDNSS] = NDOPT_FLAG_RDNSS,
1401 hdr->nd_opt_type != ND_OPT_RDNSS &&
1423 (hdr->nd_opt_type == ND_OPT_RDNSS &&
1424 ((optlen < (int)sizeof(struct nd_opt_rdnss) ||
1425 (optlen - sizeof(struct nd_opt_rdnss)) % 16 != 0))) ||
1437 case ND_OPT_RDNSS:
config.c 1015 struct nd_opt_rdnss *ndopt_rdnss;
1044 packlen += sizeof(struct nd_opt_rdnss);
1183 ndopt_rdnss = (struct nd_opt_rdnss *)buf;
1184 ndopt_rdnss->nd_opt_rdnss_type = ND_OPT_RDNSS;
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 88 #ifndef ND_OPT_RDNSS
89 #define ND_OPT_RDNSS 25
90 struct nd_opt_rdnss { /* RDNSS option RFC 6106 */ struct
97 __CTASSERT(sizeof(struct nd_opt_rdnss) == 8);
968 struct nd_opt_rdnss rdnss;
1361 case ND_OPT_RDNSS:
1723 struct nd_opt_rdnss rdnss;
1830 case ND_OPT_RDNSS:
  /src/sys/netinet/
icmp6.h 317 #define ND_OPT_RDNSS 25 /* RFC 6016 */
370 struct nd_opt_rdnss { /* RDNSS option RFC 6106 */ struct
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 283 #define ND_OPT_RDNSS 25
316 struct nd_opt_rdnss { /* RDNSS RFC 6106 5.1 */ struct
728 { ND_OPT_RDNSS, "rdnss"},
1418 const struct nd_opt_rdnss *oprd;
1481 case ND_OPT_RDNSS:
1482 oprd = (const struct nd_opt_rdnss *)op;

Completed in 23 milliseconds