Searched defs:nd_opt_prefix_info (Results 1 – 1 of 1) sorted by relevance
286 struct nd_opt_prefix_info { /* prefix information */ struct287 uint8_t nd_opt_pi_type;288 uint8_t nd_opt_pi_len;289 uint8_t nd_opt_pi_prefix_len;290 uint8_t nd_opt_pi_flags_reserved;291 uint8_t nd_opt_pi_valid_time[4];292 uint8_t nd_opt_pi_preferred_time[4];293 uint8_t nd_opt_pi_reserved2[4];294 struct in6_addr nd_opt_pi_prefix;