HomeSort by relevance Sort by last modified time
    Searched refs:m_iface (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_LanToLan.cpp 152 for(it = m_iface.begin(); it != m_iface.end(); it++)
174 if(it == m_iface.end()) //If the interface has not been created before
176 if(m_iface.size() == MAX_NUM_IFACE)
198 m_iface.push_front(new_iface);
199 IPACMDBG_H("Now the total number of interfaces is %d.\n", m_iface.size());
201 IPACM_LanToLan_Iface &front_iface = m_iface.front();
206 for(it = ++m_iface.begin(); it != m_iface.end(); it++)
241 for(it_target_iface = m_iface.begin(); it_target_iface != m_iface.end(); it_target_iface++
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_LanToLan.h 176 list<class IPACM_LanToLan_Iface> m_iface; member in class:IPACM_LanToLan

Completed in 76 milliseconds