OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipacm_alg
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Xml.h
263
}
ipacm_alg
;
typedef in typeref:struct:__anon44454
268
ipacm_alg
alg_entries[IPA_MAX_ALG_ENTRIES];
IPACM_Conntrack_NATApp.h
86
ipacm_alg
*pALGPorts;
IPACM_Config.h
92
ipacm_alg
*alg_table;
215
int GetAlgPorts(int nPorts,
ipacm_alg
*pAlgPorts);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Config.cpp
262
alg_table = (
ipacm_alg
*)calloc(ipa_num_alg_ports,
263
sizeof(
ipacm_alg
));
275
IPACMDBG_H("IPACM_Config::
ipacm_alg
[%d] = %d, port=%d\n", i, alg_table[i].protocol, alg_table[i].port);
426
int IPACM_Config::GetAlgPorts(int nPorts,
ipacm_alg
*pAlgPorts)
IPACM_Conntrack_NATApp.cpp
85
pALGPorts = (
ipacm_alg
*)malloc(sizeof(
ipacm_alg
) * nALGPort);
91
memset(pALGPorts, 0, sizeof(
ipacm_alg
) * nALGPort);
Completed in 81 milliseconds