Searched defs:nd_opt_prefix_info (Results 1 – 2 of 2) sorted by relevance
202 struct nd_opt_prefix_info /* prefix information */ struct204 uint8_t nd_opt_pi_type;205 uint8_t nd_opt_pi_len;206 uint8_t nd_opt_pi_prefix_len;207 uint8_t nd_opt_pi_flags_reserved;208 uint32_t nd_opt_pi_valid_time;209 uint32_t nd_opt_pi_preferred_time;210 uint32_t nd_opt_pi_reserved2;211 struct in6_addr nd_opt_pi_prefix;
281 struct nd_opt_prefix_info { /* prefix information */ struct282 u_int8_t nd_opt_pi_type;283 u_int8_t nd_opt_pi_len;284 u_int8_t nd_opt_pi_prefix_len;285 u_int8_t nd_opt_pi_flags_reserved;286 u_int8_t nd_opt_pi_valid_time[4];287 u_int8_t nd_opt_pi_preferred_time[4];288 u_int8_t nd_opt_pi_reserved2[4];289 struct in6_addr nd_opt_pi_prefix;