Searched refs:modem_ul_v4_set (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_Lan.h | 220 bool modem_ul_v4_set; variable
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Lan.h | 265 bool modem_ul_v4_set; variable
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Lan.h | 270 bool modem_ul_v4_set; variable
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Lan.cpp | 83 modem_ul_v4_set = false; in IPACM_Lan() 1060 if(is_sta_mode == false && modem_ul_v4_set == true) in handle_wan_down() 1079 modem_ul_v4_set = false; in handle_wan_down() 1621 } else if (iptype ==IPA_IP_v4 && modem_ul_v4_set == false) { in handle_wan_up_ex() 1622 IPACMDBG_H("IPA_IP_v4 xlat_mux_id: %d, modem_ul_v4_set %d\n", xlat_mux_id, modem_ul_v4_set); in handle_wan_up_ex() 1624 modem_ul_v4_set = true; in handle_wan_up_ex() 1626 …IPACMDBG_H("ip-type: %d modem_ul_v4_set: %d, modem_ul_v6_set %d\n", iptype, modem_ul_v4_set, modem… in handle_wan_up_ex()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Lan.cpp | 83 modem_ul_v4_set = false; in IPACM_Lan() 1197 if(is_sta_mode == false && modem_ul_v4_set == true) in handle_wan_down() 1222 modem_ul_v4_set = false; in handle_wan_down() 1806 } else if (iptype ==IPA_IP_v4 && modem_ul_v4_set == false) { in handle_wan_up_ex() 1807 IPACMDBG_H("IPA_IP_v4 xlat_mux_id: %d, modem_ul_v4_set %d\n", xlat_mux_id, modem_ul_v4_set); in handle_wan_up_ex() 1809 modem_ul_v4_set = true; in handle_wan_up_ex() 1811 …IPACMDBG_H("ip-type: %d modem_ul_v4_set: %d, modem_ul_v6_set %d\n", iptype, modem_ul_v4_set, modem… in handle_wan_up_ex()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Lan.cpp | 83 modem_ul_v4_set = false; in IPACM_Lan() 1253 if(backhaul_mode == Q6_WAN && modem_ul_v4_set == true) in handle_wan_down() 1278 modem_ul_v4_set = false; in handle_wan_down() 1919 } else if (iptype ==IPA_IP_v4 && modem_ul_v4_set == false) { in handle_wan_up_ex() 1952 IPACMDBG_H("IPA_IP_v4 xlat_mux_id: %d, modem_ul_v4_set %d\n", xlat_mux_id, modem_ul_v4_set); in handle_wan_up_ex() 1954 modem_ul_v4_set = true; in handle_wan_up_ex() 1956 …IPACMDBG_H("ip-type: %d modem_ul_v4_set: %d, modem_ul_v6_set %d\n", iptype, modem_ul_v4_set, modem… in handle_wan_up_ex()
|