Home
last modified time | relevance | path

Searched refs:ipa_if_num_tether (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h119 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/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Wan.h104 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/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wan.cpp1667 int IPACM_Wan::post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_up_tether_evt() argument
1680 wanup_data->if_index_tether = ipa_if_num_tether; in post_wan_up_tether_evt()
1691 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, wanup_data->is_sta); in post_wan_up_tether_evt()
1698 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()
1700 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, in post_wan_up_tether_evt()
1710 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()
1712 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, in post_wan_up_tether_evt()
1724 int IPACM_Wan::post_wan_down_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_down_tether_evt() argument
1738 wandown_data->if_index_tether = ipa_if_num_tether; in post_wan_down_tether_evt()
1749 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, wandown_data->is_sta); in post_wan_down_tether_evt()
[all …]
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp2431 int IPACM_Wan::post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_up_tether_evt() argument
2444 wanup_data->if_index_tether = ipa_if_num_tether; in post_wan_up_tether_evt()
2453 …IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, wanup_data->backhaul_type, wanup… in post_wan_up_tether_evt()
2462 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()
2464 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, in post_wan_up_tether_evt()
2476 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()
2478 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, in post_wan_up_tether_evt()
2492 int IPACM_Wan::post_wan_down_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_down_tether_evt() argument
2505 wandown_data->if_index_tether = ipa_if_num_tether; in post_wan_down_tether_evt()
2509 IPACM_Iface::ipacmcfg->iface_table[ipa_if_num_tether].iface_name, wandown_data->backhaul_type); in post_wan_down_tether_evt()
[all …]