Searched refs:clnt_index (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Wan.cpp | 5848 uint32_t tx_index = 0, clnt_index =0; in handle_wan_client_SCC_MCC_switch() local 5871 for (clnt_index = 0; clnt_index < num_wan_client; clnt_index++) in handle_wan_client_SCC_MCC_switch() 5876 clnt_index, iptype, in handle_wan_client_SCC_MCC_switch() 5877 get_client_memptr(wan_client, clnt_index)->ipv4_set, in handle_wan_client_SCC_MCC_switch() 5878 get_client_memptr(wan_client, clnt_index)->route_rule_set_v4); in handle_wan_client_SCC_MCC_switch() 5880 if( get_client_memptr(wan_client, clnt_index)->route_rule_set_v4 == false || in handle_wan_client_SCC_MCC_switch() 5881 get_client_memptr(wan_client, clnt_index)->ipv4_set == false) in handle_wan_client_SCC_MCC_switch() 5901 IPACMDBG_H("client index(%d):ipv4 address: 0x%x\n", clnt_index, in handle_wan_client_SCC_MCC_switch() 5902 get_client_memptr(wan_client, clnt_index)->v4_addr); in handle_wan_client_SCC_MCC_switch() 5905 clnt_index, in handle_wan_client_SCC_MCC_switch() [all …]
|