HomeSort by relevance Sort by last modified time
    Searched refs:remoteport (Results 1 - 17 of 17) 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
  /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
throughput.py 51 conn, (host, remoteport) = s.accept()
59 print 'Done with', host, 'port', remoteport
  /external/python/cpython3/Tools/demo/
rpythond.py 28 conn, (remotehost, remoteport) = s.accept()
29 print('connection from', remotehost, remoteport)
  /kernel/tests/net/test/
forwarding_test.py 114 remoteport = accepted.getpeername()[1]
126 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))
  /external/python/cpython2/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:])
536 (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))
  /external/python/cpython3/Lib/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
44 and if remoteport is not given, then 25 is used.
    [all...]

Completed in 637 milliseconds