Searched refs:clnt_index (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Wan.cpp | 6002 uint32_t tx_index = 0, clnt_index =0; in handle_wan_client_SCC_MCC_switch() local 6025 for (clnt_index = 0; clnt_index < num_wan_client; clnt_index++) in handle_wan_client_SCC_MCC_switch() 6030 clnt_index, iptype, in handle_wan_client_SCC_MCC_switch() 6031 get_client_memptr(wan_client, clnt_index)->ipv4_set, in handle_wan_client_SCC_MCC_switch() 6032 get_client_memptr(wan_client, clnt_index)->route_rule_set_v4); in handle_wan_client_SCC_MCC_switch() 6034 if( get_client_memptr(wan_client, clnt_index)->route_rule_set_v4 == false || in handle_wan_client_SCC_MCC_switch() 6035 get_client_memptr(wan_client, clnt_index)->ipv4_set == false) in handle_wan_client_SCC_MCC_switch() 6055 IPACMDBG_H("client index(%d):ipv4 address: 0x%x\n", clnt_index, in handle_wan_client_SCC_MCC_switch() 6056 get_client_memptr(wan_client, clnt_index)->v4_addr); in handle_wan_client_SCC_MCC_switch() 6059 clnt_index, in handle_wan_client_SCC_MCC_switch() [all …]
|