HomeSort by: relevance | last modified time | path
    Searched defs:ndopt_dnssl (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rtadvd/
config.c 1018 struct nd_opt_dnssl *ndopt_dnssl; local in function:make_packet
1199 CHECKLEN(sizeof(*ndopt_dnssl));
1200 ndopt_dnssl = (struct nd_opt_dnssl *)buf;
1201 ndopt_dnssl->nd_opt_dnssl_type = ND_OPT_DNSSL;
1202 ndopt_dnssl->nd_opt_dnssl_len = 0;
1203 ndopt_dnssl->nd_opt_dnssl_reserved = 0;
1204 ndopt_dnssl->nd_opt_dnssl_lifetime = htonl(dnsl->lifetime);
1205 buf += sizeof(*ndopt_dnssl);
1213 len = buf - (char *)ndopt_dnssl;
1218 ndopt_dnssl->nd_opt_dnssl_len = (len + plen) / 8
    [all...]

Completed in 11 milliseconds