Home
last modified time | relevance | path

Searched refs:it_iface (Results 1 – 2 of 2) 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 …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp440 list<IPACM_LanToLan_Iface>::iterator it_iface; in handle_client_add() local
464 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() local
498 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 …]