Searched refs:ndopt_pi (Results 1 – 1 of 1) sorted by relevance
1411 struct nd_opt_prefix_info *ndopt_pi; in make_packet() local1525 ndopt_pi = (struct nd_opt_prefix_info *)buf; in make_packet()1526 ndopt_pi->nd_opt_pi_type = ND_OPT_PREFIX_INFORMATION; in make_packet()1527 ndopt_pi->nd_opt_pi_len = 4; in make_packet()1528 ndopt_pi->nd_opt_pi_prefix_len = pfx->pfx_prefixlen; in make_packet()1529 ndopt_pi->nd_opt_pi_flags_reserved = 0; in make_packet()1531 ndopt_pi->nd_opt_pi_flags_reserved |= in make_packet()1534 ndopt_pi->nd_opt_pi_flags_reserved |= in make_packet()1563 ndopt_pi->nd_opt_pi_valid_time = htonl(vltime); in make_packet()1564 ndopt_pi->nd_opt_pi_preferred_time = htonl(pltime); in make_packet()[all …]