Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp5319 int ipa_if_num_tether_tmp[IPA_MAX_IFACE_ENTRIES]; in handle_down_evt() local
5322 memset(ipa_if_num_tether_tmp, 0, IPA_MAX_IFACE_ENTRIES); in handle_down_evt()
5360 ipa_if_num_tether_tmp[i] = IPACM_Wan::ipa_if_num_tether_v4[i]; in handle_down_evt()
5365 post_wan_down_tether_evt(IPA_IP_v4, ipa_if_num_tether_tmp[i]); in handle_down_evt()
5367 i, IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether_tmp[i]].iface_name); in handle_down_evt()
5390 ipa_if_num_tether_tmp[i] = IPACM_Wan::ipa_if_num_tether_v6[i]; in handle_down_evt()
5395 post_wan_down_tether_evt(IPA_IP_v6, ipa_if_num_tether_tmp[i]); in handle_down_evt()
5397 i, IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether_tmp[i]].iface_name); in handle_down_evt()
5598 int ipa_if_num_tether_tmp[IPA_MAX_IFACE_ENTRIES]; in handle_down_evt_ex() local
5657 ipa_if_num_tether_tmp[i] = IPACM_Wan::ipa_if_num_tether_v4[i]; in handle_down_evt_ex()
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wan.cpp4553 int ipa_if_num_tether_tmp[IPA_MAX_IFACE_ENTRIES]; in handle_down_evt_ex() local
4598 ipa_if_num_tether_tmp[i] = IPACM_Wan::ipa_if_num_tether_v4[i]; in handle_down_evt_ex()
4603 post_wan_down_tether_evt(IPA_IP_v4, ipa_if_num_tether_tmp[i]); in handle_down_evt_ex()
4605 i, IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether_tmp[i]].iface_name); in handle_down_evt_ex()
4650 ipa_if_num_tether_tmp[i] = IPACM_Wan::ipa_if_num_tether_v6[i]; in handle_down_evt_ex()
4655 post_wan_down_tether_evt(IPA_IP_v6, ipa_if_num_tether_tmp[i]); in handle_down_evt_ex()
4657 i, IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether_tmp[i]].iface_name); in handle_down_evt_ex()
4706 ipa_if_num_tether_tmp[i] = IPACM_Wan::ipa_if_num_tether_v4[i]; in handle_down_evt_ex()
4711 post_wan_down_tether_evt(IPA_IP_v4, ipa_if_num_tether_tmp[i]); in handle_down_evt_ex()
4713 i, IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether_tmp[i]].iface_name); in handle_down_evt_ex()
[all …]