Loading src/android/net/dhcp/DhcpAckPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-ACK packet. */ class DhcpAckPacket extends DhcpPacket { public class DhcpAckPacket extends DhcpPacket { /** * The address of the server which sent this packet. Loading src/android/net/dhcp/DhcpDeclinePacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-DECLINE packet. */ class DhcpDeclinePacket extends DhcpPacket { public class DhcpDeclinePacket extends DhcpPacket { /** * Generates a DECLINE packet with the specified parameters. */ Loading src/android/net/dhcp/DhcpInformPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the (unused) DHCP-INFORM packet. */ class DhcpInformPacket extends DhcpPacket { public class DhcpInformPacket extends DhcpPacket { /** * Generates an INFORM packet with the specified parameters. */ Loading src/android/net/dhcp/DhcpNakPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-NAK packet. */ class DhcpNakPacket extends DhcpPacket { public class DhcpNakPacket extends DhcpPacket { /** * Generates a NAK packet with the specified parameters. */ Loading src/android/net/dhcp/DhcpOfferPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-OFFER packet. */ class DhcpOfferPacket extends DhcpPacket { public class DhcpOfferPacket extends DhcpPacket { /** * The IP address of the server which sent this packet. */ Loading Loading
src/android/net/dhcp/DhcpAckPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-ACK packet. */ class DhcpAckPacket extends DhcpPacket { public class DhcpAckPacket extends DhcpPacket { /** * The address of the server which sent this packet. Loading
src/android/net/dhcp/DhcpDeclinePacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-DECLINE packet. */ class DhcpDeclinePacket extends DhcpPacket { public class DhcpDeclinePacket extends DhcpPacket { /** * Generates a DECLINE packet with the specified parameters. */ Loading
src/android/net/dhcp/DhcpInformPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the (unused) DHCP-INFORM packet. */ class DhcpInformPacket extends DhcpPacket { public class DhcpInformPacket extends DhcpPacket { /** * Generates an INFORM packet with the specified parameters. */ Loading
src/android/net/dhcp/DhcpNakPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-NAK packet. */ class DhcpNakPacket extends DhcpPacket { public class DhcpNakPacket extends DhcpPacket { /** * Generates a NAK packet with the specified parameters. */ Loading
src/android/net/dhcp/DhcpOfferPacket.java +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import java.nio.ByteBuffer; /** * This class implements the DHCP-OFFER packet. */ class DhcpOfferPacket extends DhcpPacket { public class DhcpOfferPacket extends DhcpPacket { /** * The IP address of the server which sent this packet. */ Loading