Home
last modified time | relevance | path

Searched refs:it_iface (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_LanToLan.cpp303 list<IPACM_LanToLan_Iface>::iterator it_iface; in handle_client_add() local
308 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() local
342 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 …]