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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWifiInfoTest.java 35 String ipAddress = "192.168.0.1";
39 shadowOf(wifiInfo).setInetAddress(InetAddress.getByName(ipAddress));
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 227 String ipAddress = this.getIPAddress();
230 sipURI.setHost(ipAddress);
246 public void sendHeartbeat(String ipAddress, int port) throws IOException {
249 targetHostPort.setHost(new Host( ipAddress));
DialogFilter.java 305 String ipAddress = contactUri.getHost();
319 if (ipAddress != null
320 && (!ipAddress.equals(listeningPoint.getIPAddress()) || contactPort != listeningPoint
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 78 private InetAddress ipAddress;
109 * @param ipAddress -- ip address where I am listening for incoming requests.
113 protected MessageProcessor( InetAddress ipAddress, int port, String transport,
116 this.initialize(ipAddress, port, transactionStack);
127 public final void initialize( InetAddress ipAddress, int port,
131 this.savedIpAddress = ipAddress.getHostAddress();
132 this.ipAddress = ipAddress;
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress()));
220 return this.ipAddress;
    [all...]
UDPMessageChannel.java 144 String ipAddress;
147 public PingBackTimerTask(String ipAddress, int port) {
148 this.ipAddress = ipAddress;
150 pingBackRecord.put(ipAddress + ":" + port, this);
154 pingBackRecord.remove(ipAddress + ":" + port);
158 return (ipAddress + ":" + port).hashCode();
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/
DutManagementView.java 295 String ipAddress = ((Label)dutInfoTable.getWidget(row_number, DHCP_IP_COLUMN)).getText();
296 MoblabRpcHelper.addMoblabDut(ipAddress, new LogAction(informationArea));
305 String ipAddress = ((Label)dutInfoTable.getWidget(row_number, DHCP_IP_COLUMN)).getText();
306 MoblabRpcHelper.removeMoblabDut(ipAddress, new LogAction(informationArea));
316 String ipAddress = ((Label)dutInfoTable.getWidget(row_number, DHCP_IP_COLUMN)).getText();
317 MoblabRpcHelper.addMoblabLabel(ipAddress, labelName, new LogAction(informationArea));
327 String ipAddress = ((Label)dutInfoTable.getWidget(row_number, DHCP_IP_COLUMN)).getText();
328 MoblabRpcHelper.removeMoblabLabel(ipAddress, labelName, new LogAction(informationArea));
339 String ipAddress = ((Label)dutInfoTable.getWidget(row_number, DHCP_IP_COLUMN)).getText();
340 MoblabRpcHelper.setMoblabAttribute(ipAddress, attributeName, attributeValue, new LogAction(informationArea))
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 223 if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0)
    [all...]
  /external/tcpdump/
print-sctp.c 207 uint32_t ipAddress;
213 uint8_t ipAddress[16];
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 

Completed in 352 milliseconds