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

12

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drvi.h 231 uint64_t target_port:16; member in struct:ipa_nat_rule
258 uint64_t target_port:16; member in struct:ipa_nat_sw_rule
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 130 kern_return_t catch_exception_raise(mach_port_t target_port,
457 mach_port_t target_port = current.ports[found]; local
465 result = exception_raise(target_port, failed_thread, task, exception,
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 117 target.st_port = htons ( iscsi->target_port );
619 iscsi->target_port = htons ( ISCSI_PORT );
623 iscsi->target_port = strtoul ( ( separator + 1 ), NULL, 0 );
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 506 unsigned int target_port; member in struct:iscsi_session
  /system/core/adb/
transport.cpp 951 int target_port = serial_port; local
952 if (android::base::ParseNetAddress(local_target_ptr, &target_host, &target_port,
954 serial_host == target_host && serial_port == target_port) {
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/
ipa_nat_drvi.c 1128 sw_rule->target_port = clnt_rule->target_port;
1159 clnt_rule->target_port,
    [all...]
  /external/libmojo/mojo/edk/system/ports/
node.cc 756 PortRef target_port; local
757 rv = GetPort(port_name, &target_port);
760 ClosePort(target_port);
    [all...]

Completed in 652 milliseconds

12