Searched refs:protocol (Results 1 - 25 of 96) sorted by relevance

1234

/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
H A Dipa_nat_test010.c59 ipv4_rule.protocol = IPPROTO_TCP;
66 ipv4_rule1.protocol = IPPROTO_TCP;
73 ipv4_rule2.protocol = IPPROTO_TCP;
H A Dipa_nat_test011.c58 ipv4_rule.protocol = IPPROTO_TCP;
65 ipv4_rule1.protocol = IPPROTO_TCP;
72 ipv4_rule2.protocol = IPPROTO_TCP;
H A Dipa_nat_test012.c59 ipv4_rule.protocol = IPPROTO_TCP;
66 ipv4_rule1.protocol = IPPROTO_TCP;
73 ipv4_rule2.protocol = IPPROTO_TCP;
H A Dipa_nat_test013.c58 ipv4_rule.protocol = IPPROTO_TCP;
65 ipv4_rule1.protocol = IPPROTO_TCP;
72 ipv4_rule2.protocol = IPPROTO_TCP;
H A Dipa_nat_test001.c59 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test008.c59 ipv4_rule.protocol = IPPROTO_TCP;
65 ipv4_rule1.protocol = IPPROTO_TCP;
H A Dipa_nat_test009.c59 ipv4_rule.protocol = IPPROTO_TCP;
66 ipv4_rule1.protocol = IPPROTO_TCP;
H A Dipa_nat_test002.c61 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test003.c61 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test005.c61 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test006.c61 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test007.c59 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test022.c64 ipv4_rule.protocol = IPPROTO_TCP;
72 ipv4_rule.protocol = IPPROTO_UDP;
H A Dipa_nat_test014.c59 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test015.c62 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test016.c60 ipv4_rule.protocol = IPPROTO_TCP;
H A Dipa_nat_test017.c60 ipv4_rule.protocol = IPPROTO_TCP;
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Conntrack_NATApp.cpp102 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port);
169 nat_rule.protocol = cache[cnt].protocol;
185 IPACMDBG("protocol: %d\n", nat_rule.protocol);
245 cache[cnt].protocol == rule->protocol)
247 log_nat(rule->protocol,rule->private_ip,rule->target_ip,rule->private_port,\
262 log_nat(rule->protocol,rule->private_ip,rule->target_ip,rule->private_port,\
272 cache[cnt].protocol
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
H A Dipa_nat_drv.h40 * @protocol: protocol of rule (tcp/udp)
48 uint8_t protocol; member in struct:__anon2690
/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssConfiguration.cpp147 Return<bool> GnssConfiguration::setGlonassPositioningProtocol(uint8_t protocol) { argument
158 if (protocol & (1<<0)) {
161 if (protocol & (1<<1)) {
164 if (protocol & (1<<2)) {
167 if (protocol & (1<<3)) {
/hardware/qcom/gps/msm8998/android/
H A DGnssConfiguration.cpp147 Return<bool> GnssConfiguration::setGlonassPositioningProtocol(uint8_t protocol) { argument
158 if (protocol & (1<<0)) {
161 if (protocol & (1<<1)) {
164 if (protocol & (1<<2)) {
167 if (protocol & (1<<3)) {
/hardware/interfaces/gnss/1.0/
H A DIGnssConfiguration.hal95 * must use this version of the SUPL protocol if supported.
137 * This method selects positioning protocol on A-Glonass system.
139 * @param protocol Bitmask that specifies the positioning protocol to be
144 setGlonassPositioningProtocol(bitfield<GlonassPosProtocol> protocol) generates (bool success);
/hardware/interfaces/gnss/1.0/default/
H A DGnssConfiguration.cpp78 Return<bool> GnssConfiguration::setGlonassPositioningProtocol(uint8_t protocol) { argument
85 std::to_string(protocol) + "\n";
H A DGnssConfiguration.h52 Return<bool> setGlonassPositioningProtocol(uint8_t protocol) override;
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Conntrack_NATApp.h61 u_int8_t protocol; member in struct:_nat_table_entry

Completed in 203 milliseconds

1234