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

  /frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java 29 DhcpDeclinePacket(int transId, InetAddress clientIp, InetAddress yourIp,
32 super(transId, clientIp, yourIp, nextIp, relayIp, clientMac, false);
DhcpInformPacket.java 29 DhcpInformPacket(int transId, InetAddress clientIp, InetAddress yourIp,
32 super(transId, clientIp, yourIp, nextIp, relayIp, clientMac, false);
DhcpAckPacket.java 35 InetAddress clientIp, byte[] clientMac) {
36 super(transId, Inet4Address.ANY, clientIp, serverAddress,
DhcpOfferPacket.java 37 InetAddress clientIp, byte[] clientMac) {
38 super(transId, Inet4Address.ANY, clientIp, Inet4Address.ANY,
DhcpRequestPacket.java 32 DhcpRequestPacket(int transId, InetAddress clientIp, byte[] clientMac,
34 super(transId, clientIp, Inet4Address.ANY, Inet4Address.ANY,
DhcpNakPacket.java 30 DhcpNakPacket(int transId, InetAddress clientIp, InetAddress yourIp,
DhcpPacket.java 226 protected DhcpPacket(int transId, InetAddress clientIp, InetAddress yourIp,
230 mClientIp = clientIp;
559 InetAddress clientIp;
641 clientIp = InetAddress.getByAddress(ipv4addr);
768 transactionId, clientIp, clientMac, broadcast);
772 transactionId, clientIp, yourIp, nextIp, relayIp,
781 transactionId, clientIp, yourIp, nextIp, relayIp,
786 transactionId, clientIp, yourIp, nextIp, relayIp,
886 int transactionId, InetAddress clientIp, boolean broadcast,
889 DhcpPacket pkt = new DhcpRequestPacket(transactionId, clientIp,
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 47 const char *clientIP,
PlaybackSession.cpp 372 const char *clientIP,
402 clientIP,

Completed in 253 milliseconds