OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_port
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/mojo/system/
message_pipe.cc
205
unsigned
source_port
= GetPeerPort(port);
local
208
DCHECK(endpoints_[
source_port
].get());
210
endpoints_[
source_port
]->Close();
214
endpoints_[
source_port
].reset();
/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
);
/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/dnsmasq/src/
option.c
1440
int
source_port
= 0, serv_port = NAMESERVER_PORT;
local
[
all
...]
Completed in 223 milliseconds