Searched defs:nd_opt_prefix_info (Results 1 – 2 of 2) sorted by relevance
313 struct nd_opt_prefix_info { /* prefix information */ struct314 u_int8_t nd_opt_pi_type;315 u_int8_t nd_opt_pi_len;316 u_int8_t nd_opt_pi_prefix_len;317 u_int8_t nd_opt_pi_flags_reserved;318 u_int32_t nd_opt_pi_valid_time;319 u_int32_t nd_opt_pi_preferred_time;320 u_int32_t nd_opt_pi_reserved2;321 struct in6_addr nd_opt_pi_prefix;
290 struct nd_opt_prefix_info { /* prefix information */ struct291 nd_uint8_t nd_opt_pi_type;292 nd_uint8_t nd_opt_pi_len;293 nd_uint8_t nd_opt_pi_prefix_len;294 nd_uint8_t nd_opt_pi_flags_reserved;295 nd_uint32_t nd_opt_pi_valid_time;296 nd_uint32_t nd_opt_pi_preferred_time;297 nd_uint32_t nd_opt_pi_reserved2;298 nd_ipv6 nd_opt_pi_prefix;