HomeSort by relevance Sort by last modified time
    Searched defs:myAddress (Results 1 - 14 of 14) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 85 protected String myAddress;
128 myAddress = msgProcessor.getIpAddress().getHostAddress();
166 this.myAddress = messageProcessor.getIpAddress().getHostAddress();
712 return myAddress;
UDPMessageChannel.java 114 private String myAddress;
179 this.myAddress = messageProcessor.getIpAddress().getHostAddress();
206 this.myAddress = messageProcessor.getIpAddress().getHostAddress();
232 this.myAddress = messageProcessor.getIpAddress().getHostAddress();
    [all...]
TLSMessageChannel.java 89 private String myAddress;
143 myAddress = msgProcessor.getIpAddress().getHostAddress();
181 this.myAddress = messageProcessor.getIpAddress().getHostAddress();
691 return myAddress;
  /external/libpcap/msdos/
pktdrvr.c 204 PUBLIC ETHER myAddress = { 0, 0, 0, 0, 0, 0 };
1196 if (!PktGetAddress(&myAddress))
1239 myAddress[0], myAddress[1], myAddress[2],
1240 myAddress[3], myAddress[4], myAddress[5]);
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 726 InetAddress myAddress;
739 myAddress = portSocket.getInetAddress();
740 if (myAddress.isAnyLocalAddress()) {
741 myAddress = server.getLocalAddress();
750 portCmd = "EPRT |" + ((myAddress instanceof Inet6Address) ? "2" : "1") + "|" +
751 myAddress.getHostAddress() + "|" + portSocket.getLocalPort() + "|";
755 byte[] addr = myAddress.getAddress();
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 137 milliseconds