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

/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java32 public abstract class DhcpPacket { class
33 protected static final String TAG = "DhcpPacket";
314 protected DhcpPacket(int transId, short secs, Inet4Address clientIp, Inet4Address yourIp, method in class:DhcpPacket
724 * Creates a concrete DhcpPacket from the supplied ByteBuffer. The
733 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException
1034 DhcpPacket newPacket;
1099 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType)
1176 DhcpPacket pkt = new DhcpDiscoverPacket(
1191 DhcpPacket pkt = new DhcpOfferPacket(
1211 DhcpPacket pk
[all...]

Completed in 9 milliseconds