Searched refs:list_length (Results 1 – 2 of 2) sorted by relevance
1907 u_int32_t list_length, u_int32_t mtu) in nd6_post_msg() argument1926 if (list_length > 0 && prefix_list != NULL) { in nd6_post_msg()1927 nd6_ra_msg_data.list_length = list_length; in nd6_post_msg()1931 while (itr != NULL && nd6_ra_msg_data.list_index < list_length) { in nd6_post_msg()
725 u_int32_t list_length; member