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

/frameworks/base/core/java/android/net/dhcp/
H A DDhcpPacket.java21 abstract class DhcpPacket { class
22 protected static final String TAG = "DhcpPacket";
226 protected DhcpPacket(int transId, InetAddress clientIp, InetAddress yourIp, method in class:DhcpPacket
547 * Creates a concrete DhcpPacket from the supplied ByteBuffer. The
555 public static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType)
754 DhcpPacket newPacket;
811 public static DhcpPacket decodeFullPacket(byte[] packet, int pktType)
823 DhcpPacket pkt = new DhcpDiscoverPacket(
838 DhcpPacket pkt = new DhcpOfferPacket(
858 DhcpPacket pk
[all...]

Completed in 76 milliseconds