HomeSort by relevance Sort by last modified time
    Searched full:myport (Results 1 - 11 of 11) sorted by null

  /external/netcat/scripts/
ncp 9 MYPORT=23456
23 compress -c < "$1" | nc -v -w 2 $2 $MYPORT && exit 0
25 nc -v -w 2 $2 $MYPORT < "$1" && exit 0
39 nc -v -w 30 -p $MYPORT -l < /dev/null | uncompress -c > "$1" && exit 0
41 nc -v -w 30 -p $MYPORT -l < /dev/null > "$1" && exit 0
  /external/nist-sip/java/gov/nist/core/net/
DefaultNetworkLayer.java 126 * Creates a new Socket, binds it to myAddress:myPort and connects it to
133 * @param myPort the port that we are supposed to bind on or 0 for a random
136 * @return a new Socket, bound on myAddress:myPort and connected to
142 InetAddress myAddress, int myPort)
146 return new Socket(address, port, myAddress, myPort);
SslNetworkLayer.java 136 * Creates a new Socket, binds it to myAddress:myPort and connects it to
143 * @param myPort the port that we are supposed to bind on or 0 for a random
146 * @return a new Socket, bound on myAddress:myPort and connected to
152 InetAddress myAddress, int myPort)
156 return new Socket(address, port, myAddress, myPort);
NetworkLayer.java 94 * Creates a new Socket, binds it to myAddress:myPort and connects it to
101 * @param myPort the port that we are supposed to bind on or 0 for a random
104 * @return a new Socket, bound on myAddress:myPort and connected to
110 InetAddress myAddress, int myPort)
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 130 protected int myPort;
180 this.myPort = messageProcessor.getPort();
207 this.myPort = messageProcessor.getPort();
233 this.myPort = messageProcessor.getPort();
478 + this.myPort, false, receptionTime);
    [all...]
TCPMessageChannel.java 87 protected int myPort;
139 this.myPort = this.tcpMessageProcessor.getPort();
162 this.myPort = messageProcessor.getPort();
721 return myPort;
TLSMessageChannel.java 91 private int myPort;
153 this.myPort = this.tlsMessageProcessor.getPort();
177 this.myPort = messageProcessor.getPort();
700 return myPort;
  /frameworks/base/core/java/android/net/http/
Request.java 385 int myPort = mHost.getPort();
388 if (myPort != 80 && myScheme.equals("http") ||
389 myPort != 443 && myScheme.equals("https")) {
  /external/netperf/
nettest_bsd.c 8032 int myport; local
9114 int myport; local
11211 int myport; local
    [all...]
nettest_xti.c 5025 int myport; local
    [all...]
  /external/qemu/android/
help.c 733 " MYPORT=5000\n"
734 " emulator -no-window -report-console tcp:$MYPORT &\n"
735 " CONSOLEPORT=`nc -l localhost $MYPORT`\n"
    [all...]

Completed in 146 milliseconds