Searched refs:list_length (Results 1 – 2 of 2) sorted by relevance
1897 u_int32_t list_length, u_int32_t mtu) in nd6_post_msg() argument1916 if (list_length > 0 && prefix_list != NULL) { in nd6_post_msg()1917 nd6_ra_msg_data.list_length = list_length; in nd6_post_msg()1921 while (itr != NULL && nd6_ra_msg_data.list_index < list_length) { in nd6_post_msg()
694 u_int32_t list_length; member