Searched defs:clientIpAddr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java1172 boolean broadcast, Inet4Address serverIpAddr, Inet4Address clientIpAddr,
1177 transactionId, (short) 0, broadcast, serverIpAddr, INADDR_ANY, clientIpAddr, mac);
1192 boolean broadcast, Inet4Address serverIpAddr, Inet4Address clientIpAddr,
1197 transactionId, (short) 0, broadcast, serverIpAddr, INADDR_ANY, clientIpAddr, mac);
1212 Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac) {
1213 DhcpPacket pkt = new DhcpNakPacket(transactionId, (short) 0, clientIpAddr,
1216 pkt.mRequestedIp = clientIpAddr;
1171 buildOfferPacket(int encap, int transactionId, boolean broadcast, Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac, Integer timeout, Inet4Address netMask, Inet4Address bcAddr, List<Inet4Address> gateways, List<Inet4Address> dnsServers, Inet4Address dhcpServerIdentifier, String domainName) argument
1191 buildAckPacket(int encap, int transactionId, boolean broadcast, Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac, Integer timeout, Inet4Address netMask, Inet4Address bcAddr, List<Inet4Address> gateways, List<Inet4Address> dnsServers, Inet4Address dhcpServerIdentifier, String domainName) argument
1211 buildNakPacket(int encap, int transactionId, Inet4Address serverIpAddr, Inet4Address clientIpAddr, byte[] mac) argument

Completed in 2672 milliseconds