OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:it_iface
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_LanToLan.cpp
303
list<IPACM_LanToLan_Iface>::iterator
it_iface
;
local
308
for(
it_iface
= m_iface.begin();
it_iface
!= m_iface.end();
it_iface
++)
310
if(
it_iface
->get_iface_pointer() == data->p_iface) //find the interface
313
it_iface
->handle_client_add(data->mac_addr);
319
if(
it_iface
== m_iface.end())
337
list<IPACM_LanToLan_Iface>::iterator
it_iface
;
local
342
for(
it_iface
= m_iface.begin();
it_iface
!= m_iface.end(); it_iface++
362
list<IPACM_LanToLan_Iface>::iterator
it_iface
;
local
529
list<peer_iface_info>::iterator
it_iface
;
local
[
all
...]
Completed in 649 milliseconds