Searched refs:itr (Results 1 – 2 of 2) sorted by relevance
232 struct rvi_client_t *itr = NULL; in rvi_insert_client() local240 LIST_FOREACH(itr, &_s_rvi_clients, _cle) { in rvi_insert_client()241 if (ph != itr->_vif) { in rvi_insert_client()242 LIST_INSERT_BEFORE(itr, client, _cle); in rvi_insert_client()248 if (LIST_NEXT(itr, _cle) == NULL) { in rvi_insert_client()249 LIST_INSERT_AFTER(itr, client, _cle); in rvi_insert_client()
1880 struct nd_prefix_list *itr = prefix_list; in nd6_post_msg() local1900 while (itr != NULL && nd6_ra_msg_data.list_index < list_length) { in nd6_post_msg()1901 bcopy(&itr->pr.ndpr_prefix, &nd6_ra_msg_data.prefix.prefix, in nd6_post_msg()1903 nd6_ra_msg_data.prefix.raflags = itr->pr.ndpr_raf; in nd6_post_msg()1904 nd6_ra_msg_data.prefix.prefixlen = itr->pr.ndpr_plen; in nd6_post_msg()1906 nd6_ra_msg_data.prefix.vltime = itr->pr.ndpr_vltime; in nd6_post_msg()1907 nd6_ra_msg_data.prefix.pltime = itr->pr.ndpr_pltime; in nd6_post_msg()1908 nd6_ra_msg_data.prefix.expire = ndpr_getexpire(&itr->pr); in nd6_post_msg()1909 nd6_ra_msg_data.prefix.flags = itr->pr.ndpr_stateflags; in nd6_post_msg()1910 nd6_ra_msg_data.prefix.refcnt = itr->pr.ndpr_addrcnt; in nd6_post_msg()[all …]