Searched defs:nd_opt_prefix_info (Results 1 – 2 of 2) sorted by relevance
282 struct nd_opt_prefix_info { /* prefix information */ struct283 u_int8_t nd_opt_pi_type;284 u_int8_t nd_opt_pi_len;285 u_int8_t nd_opt_pi_prefix_len;286 u_int8_t nd_opt_pi_flags_reserved;287 u_int8_t nd_opt_pi_valid_time[4];288 u_int8_t nd_opt_pi_preferred_time[4];289 u_int8_t nd_opt_pi_reserved2[4];290 struct in6_addr nd_opt_pi_prefix;
306 struct nd_opt_prefix_info { /* prefix information */ struct307 u_int8_t nd_opt_pi_type;308 u_int8_t nd_opt_pi_len;309 u_int8_t nd_opt_pi_prefix_len;310 u_int8_t nd_opt_pi_flags_reserved;311 u_int32_t nd_opt_pi_valid_time;312 u_int32_t nd_opt_pi_preferred_time;313 u_int32_t nd_opt_pi_reserved2;314 struct in6_addr nd_opt_pi_prefix;