HomeSort by relevance Sort by last modified time
    Searched refs:target_port (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test010.c 56 ipv4_rule.target_port = 1234;
63 ipv4_rule1.target_port = 1235;
70 ipv4_rule2.target_port = 1235;
ipa_nat_test011.c 55 ipv4_rule.target_port = 1234;
62 ipv4_rule1.target_port = 1555;
69 ipv4_rule2.target_port = 1555;
ipa_nat_test012.c 56 ipv4_rule.target_port = 1234;
63 ipv4_rule1.target_port = 3512;
70 ipv4_rule2.target_port = 1895;
ipa_nat_test013.c 55 ipv4_rule.target_port = 1234;
62 ipv4_rule1.target_port = 1235;
69 ipv4_rule2.target_port = 1235;
ipa_nat_test001.c 54 ipv4_rule.target_port = 1234;
ipa_nat_test008.c 56 ipv4_rule.target_port = 1234;
62 ipv4_rule1.target_port = 1234;
ipa_nat_test009.c 56 ipv4_rule.target_port = 1234;
63 ipv4_rule1.target_port = 1234;
ipa_nat_test002.c 56 ipv4_rule.target_port = 1234;
ipa_nat_test003.c 56 ipv4_rule.target_port = 1234;
ipa_nat_test005.c 56 ipv4_rule.target_port = 1234;
ipa_nat_test006.c 56 ipv4_rule.target_port = 1234;
ipa_nat_test007.c 56 ipv4_rule.target_port = 1234;
ipa_nat_test022.c 61 ipv4_rule.target_port = 1234;
69 ipv4_rule.target_port = 1234;
ipa_nat_test014.c 56 ipv4_rule.target_port = 1234;
ipa_nat_test015.c 58 ipv4_rule.target_port = 1234;
ipa_nat_test016.c 57 ipv4_rule.target_port = 1234;
ipa_nat_test017.c 57 ipv4_rule.target_port = 1234;
ipa_nat_test018.c 57 ipv4_rule.target_port = 1234;
ipa_nat_test019.c 57 ipv4_rule.target_port = 1234;
ipa_nat_test020.c 55 ipv4_rule.target_port = 1234;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Conntrack_NATApp.cpp 166 nat_rule.target_port = cache[cnt].target_port;
183 IPACMDBG("Private Port:%d \t Target Port: %d\t", nat_rule.private_port, nat_rule.target_port);
244 cache[cnt].target_port == rule->target_port &&
248 rule->target_port,"Duplicate Rule\n");
263 rule->target_port,"for deletion\n");
271 cache[cnt].target_port == rule->target_port &&
308 rule->target_port,"for addition\n")
    [all...]
IPACM_ConntrackListener.cpp 796 input->rule->target_port, input->rule->target_port);
888 rule->target_port = nfct_get_attr_u16(ct, ATTR_ORIG_PORT_SRC);
889 rule->target_port = ntohs(rule->target_port);
890 if (0 == rule->target_port)
930 rule->target_port = nfct_get_attr_u16(ct, ATTR_ORIG_PORT_DST);
931 rule->target_port = ntohs(rule->target_port);
932 if (0 == rule->target_port)
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drv.h 38 * @target_port: destination port
45 uint16_t target_port; member in struct:__anon49574
  /external/curl/tests/
secureserver.pl 50 my $target_port = 8999; # default test http-server port
114 $target_port = $1;
247 $cmd .= "-d $accept_port -r $target_port -f -D $loglevel ";
258 print "connect to port: $target_port\n";
291 print STUNCONF "connect = $target_port\n";
319 print "connect = $target_port\n";
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Conntrack_NATApp.h 56 uint16_t target_port; member in struct:_nat_table_entry

Completed in 882 milliseconds

1 2