HomeSort by relevance Sort by last modified time
    Searched defs:IPACM_Wan (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Wan.cpp 31 IPACM_Wan.cpp
43 #include <IPACM_Wan.h>
57 bool IPACM_Wan::wan_up = false;
58 bool IPACM_Wan::wan_up_v6 = false;
59 uint8_t IPACM_Wan::xlat_mux_id = 0;
61 uint32_t IPACM_Wan::curr_wan_ip = 0;
62 int IPACM_Wan::num_v4_flt_rule = 0;
63 int IPACM_Wan::num_v6_flt_rule = 0;
65 struct ipa_flt_rule_add IPACM_Wan::flt_rule_v4[IPA_MAX_FLT_RULE];
66 struct ipa_flt_rule_add IPACM_Wan::flt_rule_v6[IPA_MAX_FLT_RULE]
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Wan.h 31 IPACM_Wan.cpp
90 class IPACM_Wan : public IPACM_Iface
101 IPACM_Wan(int, ipacm_wan_iface_type, uint8_t *);
102 virtual ~IPACM_Wan();

Completed in 109 milliseconds