Searched refs:it_iface (Results 1 – 2 of 2) sorted by relevance
303 list<IPACM_LanToLan_Iface>::iterator it_iface; in handle_client_add() local308 for(it_iface = m_iface.begin(); it_iface != m_iface.end(); it_iface++) in handle_client_add()310 if(it_iface->get_iface_pointer() == data->p_iface) //find the interface in handle_client_add()313 it_iface->handle_client_add(data->mac_addr); in handle_client_add()319 if(it_iface == m_iface.end()) in handle_client_add()337 list<IPACM_LanToLan_Iface>::iterator it_iface; in handle_client_del() local342 for(it_iface = m_iface.begin(); it_iface != m_iface.end(); it_iface++) in handle_client_del()344 if(it_iface->get_iface_pointer() == data->p_iface) //found the interface in handle_client_del()347 it_iface->handle_client_del(data->mac_addr); in handle_client_del()352 if(it_iface == m_iface.end()) in handle_client_del()[all …]
440 list<IPACM_LanToLan_Iface>::iterator it_iface; in handle_client_add() local464 for(it_iface = m_iface.begin(); it_iface != m_iface.end(); it_iface++) in handle_client_add()466 if(it_iface->get_iface_pointer() == data->p_iface) //find the interface in handle_client_add()469 it_iface->handle_client_add(data->mac_addr, is_l2tp_client, mapping_info); in handle_client_add()475 if(it_iface == m_iface.end()) in handle_client_add()493 list<IPACM_LanToLan_Iface>::iterator it_iface; in handle_client_del() local498 for(it_iface = m_iface.begin(); it_iface != m_iface.end(); it_iface++) in handle_client_del()500 if(it_iface->get_iface_pointer() == data->p_iface) //found the interface in handle_client_del()503 it_iface->handle_client_del(data->mac_addr); in handle_client_del()508 if(it_iface == m_iface.end()) in handle_client_del()[all …]