OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remoteport
(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
throughput.py
51
conn, (host,
remoteport
) = s.accept()
59
print 'Done with', host, 'port',
remoteport
/kernel/tests/net/test/
forwarding_test.py
73
remoteport
= accepted.getpeername()[1]
85
mydst = "%s:%04X" % (net_test.FormatSockStatAddress(remoteaddr),
remoteport
)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
551
(options.remotehost, options.
remoteport
))
/prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
536
(options.remotehost, options.
remoteport
))
/prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
536
(options.remotehost, options.
remoteport
))
/prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
536
(options.remotehost, options.
remoteport
))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
536
(options.remotehost, options.
remoteport
))
/prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
536
(options.remotehost, options.
remoteport
))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py
4
Usage: %(program)s [options] [localhost:localport [remotehost:
remoteport
]]
35
and if
remoteport
is not given, then 25 is used.
518
options.
remoteport
= int(remotespec[i+1:])
536
(options.remotehost, options.
remoteport
))
Completed in 1848 milliseconds