OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nat_max_entries
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Xml.h
277
int
nat_max_entries
;
member in struct:_IPACM_conf_t
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Xml.cpp
438
config->
nat_max_entries
= atoi(content_buf);
439
IPACMDBG_H("Nat Table Max Entries %d\n", config->
nat_max_entries
);
[
all
...]
IPACM_Config.cpp
278
ipa_nat_max_entries = cfg->
nat_max_entries
;
Completed in 133 milliseconds