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

  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 42 int source_port;
561 if ( info->source_port )
563 d->addr.sin_port = htons( ( mDNSu16 ) info->source_port );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httplib.py 360 self.source_port = test_support.find_unused_port()
373 source_address=('', self.source_port))
375 self.assertEqual(self.conn.sock.getsockname()[1], self.source_port)
381 source_address=('', self.source_port))
test_socket.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_httplib.py 423 self.source_port = test_support.find_unused_port()
436 source_address=('', self.source_port))
438 self.assertEqual(self.conn.sock.getsockname()[1], self.source_port)
444 source_address=('', self.source_port))
test_socket.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httplib.py 423 self.source_port = test_support.find_unused_port()
436 source_address=('', self.source_port))
438 self.assertEqual(self.conn.sock.getsockname()[1], self.source_port)
444 source_address=('', self.source_port))
test_socket.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 423 self.source_port = test_support.find_unused_port()
436 source_address=('', self.source_port))
438 self.assertEqual(self.conn.sock.getsockname()[1], self.source_port)
444 source_address=('', self.source_port))
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 423 self.source_port = test_support.find_unused_port()
436 source_address=('', self.source_port))
438 self.assertEqual(self.conn.sock.getsockname()[1], self.source_port)
444 source_address=('', self.source_port))
test_socket.py     [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 2745 uint16_t source_port = 0; local
    [all...]
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 378 uint16_t source_port; member in struct:webrtc::test::PcapReader::RtpPacketMarker
566 TRY_PCAP(Read(&marker->source_port, true));
  /external/python/cpython2/Lib/test/
test_httplib.py 718 self.source_port = test_support.find_unused_port()
732 source_address=('', self.source_port))
734 self.assertEqual(self.conn.sock.getsockname()[1], self.source_port)
740 source_address=('', self.source_port))
    [all...]
test_socket.py     [all...]
  /external/dnsmasq/src/
option.c 1428 int source_port = 0, serv_port = NAMESERVER_PORT; local
    [all...]

Completed in 2157 milliseconds