Searched refs:ndopt_rdnss (Results 1 – 1 of 1) sorted by relevance
1015 struct nd_opt_rdnss *ndopt_rdnss; in make_packet() local1182 CHECKLEN(sizeof(*ndopt_rdnss)); in make_packet()1183 ndopt_rdnss = (struct nd_opt_rdnss *)buf; in make_packet()1184 ndopt_rdnss->nd_opt_rdnss_type = ND_OPT_RDNSS; in make_packet()1185 ndopt_rdnss->nd_opt_rdnss_len = 1; in make_packet()1186 ndopt_rdnss->nd_opt_rdnss_reserved = 0; in make_packet()1187 ndopt_rdnss->nd_opt_rdnss_lifetime = htonl(rdns->lifetime); in make_packet()1188 buf += sizeof(*ndopt_rdnss); in make_packet()1193 ndopt_rdnss->nd_opt_rdnss_len += 2; in make_packet()