HomeSort by relevance Sort by last modified time
    Searched full:myport (Results 1 - 12 of 12) 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
  /device/samsung/crespo/alsa-lib/src/seq/
seqmid.c 111 * \param myport the port id as receiver
121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port)
130 subs.dest.port = myport;
138 * \param myport the port id as sender
148 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port)
155 subs.sender.port = myport;
165 * \param myport the port id as receiver
175 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port)
184 subs.dest.port = myport;
192 * \param myport the port id as sende
    [all...]
  /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 274 milliseconds