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

  /system/extras/tests/net_test/
forwarding_test.py 64 remoteport = accepted.getpeername()[1]
76 mydst = "%s:%04X" % (net_test.FormatSockStatAddress(remoteaddr), 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 207 milliseconds