HomeSort by relevance Sort by last modified time
    Searched refs:nat_table_entry (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Conntrack_NATApp.h 68 }nat_table_entry; typedef in typeref:struct:_nat_table_entry
78 nat_table_entry *cache;
79 nat_table_entry temp[MAX_TEMP_ENTRIES];
100 void UpdateCTUdpTs(nat_table_entry *, uint32_t);
101 bool ChkForDup(const nat_table_entry *);
113 int AddEntry(const nat_table_entry *);
114 int DeleteEntry(const nat_table_entry *);
125 void AddTempEntry(const nat_table_entry *);
126 void CacheEntry(const nat_table_entry *);
127 void DeleteTempEntry(const nat_table_entry *);
    [all...]
IPACM_ConntrackListener.h 59 nat_table_entry *rule;
90 bool AddIface(nat_table_entry *, bool *);
92 void PopulateTCPorUDPEntry(struct nf_conntrack *, uint32_t, nat_table_entry *);
93 void CheckSTAClient(const nat_table_entry *, bool *);
100 enum nf_conntrack_msg_type, nat_table_entry* );
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Conntrack_NATApp.cpp 72 size = (sizeof(nat_table_entry) * max_entries);
73 cache = (nat_table_entry *)malloc(size);
144 memset(cache, 0, sizeof(nat_table_entry) * max_entries);
234 bool NatApp::ChkForDup(const nat_table_entry *rule)
257 int NatApp::DeleteEntry(const nat_table_entry *rule)
299 int NatApp::AddEntry(const nat_table_entry *rule)
403 void NatApp::UpdateCTUdpTs(nat_table_entry *rule, uint32_t new_ts)
718 void NatApp::AddTempEntry(const nat_table_entry *new_entry)
758 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry));
768 void NatApp::DeleteTempEntry(const nat_table_entry *entry
    [all...]
IPACM_ConntrackListener.cpp 702 nat_table_entry *rule, bool *isTempEntry)
875 nat_table_entry *rule)
969 nat_table_entry *rule)
998 const nat_table_entry *rule, bool *isTempEntry)
1039 nat_table_entry rule;
    [all...]

Completed in 209 milliseconds