Home
last modified time | relevance | path

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

/minix/usr.sbin/rtadvd/
H A Dconfig.c1103 struct nd_opt_dnssl *ndopt_dnssl; in make_packet() local
1284 CHECKLEN(sizeof(*ndopt_dnssl)); in make_packet()
1285 ndopt_dnssl = (struct nd_opt_dnssl *)buf; in make_packet()
1286 ndopt_dnssl->nd_opt_dnssl_type = ND_OPT_DNSSL; in make_packet()
1287 ndopt_dnssl->nd_opt_dnssl_len = 0; in make_packet()
1288 ndopt_dnssl->nd_opt_dnssl_reserved = 0; in make_packet()
1289 ndopt_dnssl->nd_opt_dnssl_lifetime = htonl(dnsl->lifetime); in make_packet()
1290 buf += sizeof(*ndopt_dnssl); in make_packet()
1298 len = buf - (char *)ndopt_dnssl; in make_packet()
1303 ndopt_dnssl->nd_opt_dnssl_len = (len + plen) / 8; in make_packet()