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

  /src/usr.sbin/rtadvd/
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;
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:
  /src/sys/netinet/
icmp6.h 317 #define ND_OPT_RDNSS 25 /* RFC 6016 */
370 struct nd_opt_rdnss { /* RDNSS option RFC 6106 */ struct
  /src/sys/netinet6/
icmp6.c 136 __CTASSERT(sizeof(struct nd_opt_rdnss) == 8);

Completed in 65 milliseconds