HomeSort by relevance Sort by last modified time
    Searched refs:remotehost (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
  /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/nanopb-c/generator/google/protobuf/
service.py 211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
  /external/protobuf/python/google/protobuf/
service.py 211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
  /external/netperf/src/
nettest_bsd.h 659 extern void send_exs_tcp_stream(char remotehost[]);
663 extern void sendfile_tcp_stream(char remotehost[]);
  /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))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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))
  /prebuilts/gdb/linux-x86/lib/python2.7/
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))
  /prebuilts/python/darwin-x86/2.7.5/bin/
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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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))
  /prebuilts/python/linux-x86/2.7.5/bin/
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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]

Completed in 666 milliseconds