Searched refs:ipa_if_num_tether (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Wan.h | 119 static bool isWanUP(int ipa_if_num_tether) in isWanUP() argument 124 IPACMDBG_H("ipa_if_num_tether: %d\n",ipa_if_num_tether); in isWanUP() 130 if (ipa_if_num_tether_v4[i] == ipa_if_num_tether) in isWanUP() 133 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name); in isWanUP() 145 static uint16_t queryMTU(int ipa_if_num_tether, enum ipa_ip_type iptype) in queryMTU() argument 149 if (isWanUP(ipa_if_num_tether)) in queryMTU() 156 if (isWanUP_V6(ipa_if_num_tether)) in queryMTU() 164 static bool isWanUP_V6(int ipa_if_num_tether) in isWanUP_V6() argument 169 IPACMDBG_H("ipa_if_num_tether: %d\n",ipa_if_num_tether); in isWanUP_V6() 175 if (ipa_if_num_tether_v6[i] == ipa_if_num_tether) in isWanUP_V6() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Wan.h | 107 static bool isWanUP(int ipa_if_num_tether) in isWanUP() argument 112 IPACMDBG_H("ipa_if_num_tether: %d\n",ipa_if_num_tether); in isWanUP() 118 if (ipa_if_num_tether_v4[i] == ipa_if_num_tether) in isWanUP() 121 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name); in isWanUP() 133 static bool isWanUP_V6(int ipa_if_num_tether) in isWanUP_V6() argument 138 IPACMDBG_H("ipa_if_num_tether: %d\n",ipa_if_num_tether); in isWanUP_V6() 144 if (ipa_if_num_tether_v6[i] == ipa_if_num_tether) in isWanUP_V6() 147 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name); in isWanUP_V6() 160 static int delete_tether_iface(ipa_ip_type iptype, int ipa_if_num_tether) in delete_tether_iface() argument 169 if(IPACM_Wan::ipa_if_num_tether_v4[i] == ipa_if_num_tether) in delete_tether_iface() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Wan.h | 104 static bool isWanUP(int ipa_if_num_tether) in isWanUP() argument 109 IPACMDBG_H("ipa_if_num_tether: %d\n",ipa_if_num_tether); in isWanUP() 116 if (ipa_if_num_tether_v4[i] == ipa_if_num_tether) in isWanUP() 119 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name); in isWanUP() 131 static bool isWanUP_V6(int ipa_if_num_tether) in isWanUP_V6() argument 136 IPACMDBG_H("ipa_if_num_tether: %d\n",ipa_if_num_tether); in isWanUP_V6() 142 if (ipa_if_num_tether_v6[i] == ipa_if_num_tether) in isWanUP_V6() 145 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name); in isWanUP_V6() 450 int post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether); 452 int post_wan_down_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Wan.cpp | 1687 int IPACM_Wan::post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_up_tether_evt() argument 1700 wanup_data->if_index_tether = ipa_if_num_tether; in post_wan_up_tether_evt() 1711 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, wanup_data->is_sta); in post_wan_up_tether_evt() 1719 IPACM_Wan::ipa_if_num_tether_v4[IPACM_Wan::ipa_if_num_tether_v4_total] = ipa_if_num_tether; in post_wan_up_tether_evt() 1721 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, in post_wan_up_tether_evt() 1733 IPACM_Wan::ipa_if_num_tether_v6[IPACM_Wan::ipa_if_num_tether_v6_total] = ipa_if_num_tether; in post_wan_up_tether_evt() 1735 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, in post_wan_up_tether_evt() 1749 int IPACM_Wan::post_wan_down_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_down_tether_evt() argument 1762 wandown_data->if_index_tether = ipa_if_num_tether; in post_wan_down_tether_evt() 1773 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, wandown_data->is_sta); in post_wan_down_tether_evt() [all …]
|