Searched refs:nd6_ra_msg_data (Results 1 – 1 of 1) sorted by relevance
1900 struct kev_nd6_ra_data nd6_ra_msg_data; in nd6_post_msg() local1909 bzero(&nd6_ra_msg_data, sizeof(nd6_ra_msg_data)); in nd6_post_msg()1912 nd6_ra_msg_data.mtu = mtu; in nd6_post_msg()1913 nd6_ra_msg_data.flags |= KEV_ND6_DATA_VALID_MTU; in nd6_post_msg()1917 nd6_ra_msg_data.list_length = list_length; in nd6_post_msg()1918 nd6_ra_msg_data.flags |= KEV_ND6_DATA_VALID_PREFIX; in nd6_post_msg()1923 sizeof(nd6_ra_msg_data.prefix.prefix)); in nd6_post_msg()1924 nd6_ra_msg_data.prefix.raflags = itr->pr.ndpr_raf; in nd6_post_msg()1926 nd6_ra_msg_data.prefix.origin = PR_ORIG_RA; in nd6_post_msg()1941 bzero(&nd6_ra_msg_data.prefix, sizeof(nd6_ra_msg_data.prefix)); in nd6_post_msg()[all …]