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

  /src/usr.sbin/rtadvd/
config.c 1018 struct nd_opt_dnssl *ndopt_dnssl;
1049 packlen += sizeof(struct nd_opt_dnssl);
1200 ndopt_dnssl = (struct nd_opt_dnssl *)buf;
1201 ndopt_dnssl->nd_opt_dnssl_type = ND_OPT_DNSSL;
rtadvd.c 138 [ND_OPT_DNSSL] = NDOPT_FLAG_DNSSL,
1402 hdr->nd_opt_type != ND_OPT_DNSSL)
1426 (hdr->nd_opt_type == ND_OPT_DNSSL &&
1427 optlen < (int)sizeof(struct nd_opt_dnssl)))
1438 case ND_OPT_DNSSL:
  /src/sys/netinet/
icmp6.h 318 #define ND_OPT_DNSSL 31 /* RFC 6016 */
378 struct nd_opt_dnssl { /* DNSSL option RFC 6106 */ struct
  /src/sys/netinet6/
icmp6.c 137 __CTASSERT(sizeof(struct nd_opt_dnssl) == 8);

Completed in 17 milliseconds