Searched refs:ndopt_dnssl (Results 1 – 1 of 1) sorted by relevance
1417 struct nd_opt_dnssl *ndopt_dnssl; in make_packet() local1608 ndopt_dnssl = (struct nd_opt_dnssl *)buf; in make_packet()1609 ndopt_dnssl->nd_opt_dnssl_type = ND_OPT_DNSSL; in make_packet()1610 ndopt_dnssl->nd_opt_dnssl_len = 0; in make_packet()1611 ndopt_dnssl->nd_opt_dnssl_reserved = 0; in make_packet()1612 ndopt_dnssl->nd_opt_dnssl_lifetime = htonl(dns->dn_ltime); in make_packet()1613 buf += sizeof(*ndopt_dnssl); in make_packet()1624 len = buf - (char *)ndopt_dnssl; in make_packet()1626 buf = (char *)ndopt_dnssl + len; in make_packet()1629 ndopt_dnssl->nd_opt_dnssl_len = len / 8; in make_packet()[all …]