Searched refs:ndopt_dnssl (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dconfig.c1314 struct nd_opt_dnssl *ndopt_dnssl; local
1501 ndopt_dnssl = (struct nd_opt_dnssl *)buf;
1502 ndopt_dnssl->nd_opt_dnssl_type = ND_OPT_DNSSL;
1503 ndopt_dnssl->nd_opt_dnssl_len = 0;
1504 ndopt_dnssl->nd_opt_dnssl_reserved = 0;
1505 ndopt_dnssl->nd_opt_dnssl_lifetime = htonl(dns->dn_ltime);
1506 buf += sizeof(*ndopt_dnssl);
1517 len = buf - (char *)ndopt_dnssl;
1521 ndopt_dnssl->nd_opt_dnssl_len = len / 8;
1524 ndopt_dnssl
[all...]

Completed in 97 milliseconds