OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remotehost
(Results
1 - 11
of
11
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
echosvr.py
23
conn, (
remotehost
, remoteport) = s.accept()
24
print 'connected by',
remotehost
, remoteport
rpythond.py
25
conn, (
remotehost
, remoteport) = s.accept()
26
print 'connected by',
remotehost
, remoteport
/external/python/cpython2/Demo/sockets/
echosvr.py
23
conn, (
remotehost
, remoteport) = s.accept()
24
print 'connected by',
remotehost
, remoteport
rpythond.py
25
conn, (
remotehost
, remoteport) = s.accept()
26
print 'connected by',
remotehost
, remoteport
/external/python/cpython3/Tools/demo/
rpythond.py
28
conn, (
remotehost
, remoteport) = s.accept()
29
print('connection from',
remotehost
, remoteport)
/external/protobuf/python/google/protobuf/
service.py
211
RpcChannel channel = rpcImpl.Channel("
remotehost
.example.com:1234")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [
remotehost
:remoteport]]
34
given then 8025 is used. If
remotehost
is not given then `localhost' is used,
516
options.
remotehost
= remotespec[:i]
551
(options.
remotehost
, options.remoteport))
/external/python/cpython2/Lib/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [
remotehost
:remoteport]]
34
given then 8025 is used. If
remotehost
is not given then `localhost' is used,
516
options.
remotehost
= remotespec[:i]
536
(options.
remotehost
, options.remoteport))
/external/clang/www/demo/
index.cgi
71
my $
remotehost
= $ENV{'REMOTE_ADDR'};
72
print LOG "[$time] [$
remotehost
]: $pid\n";
/external/curl/lib/
connect.c
[
all
...]
/external/python/cpython3/Lib/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [
remotehost
:remoteport]]
43
given then 8025 is used. If
remotehost
is not given then `localhost' is used,
[
all
...]
Completed in 464 milliseconds