HomeSort by relevance Sort by last modified time
    Searched refs:ENCAP_L3 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/net/java/android/net/dhcp/
DhcpPacketTest.java 321 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3);
352 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3);
367 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
386 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
415 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
446 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
478 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
515 DhcpPacket.decodeFullPacket(packet, len, ENCAP_L3);
532 DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
557 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3);
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 52 public static final int ENCAP_L3 = 1; // IP/UDP header included
381 if (encap <= ENCAP_L3) {
441 if (encap <= ENCAP_L3) {
794 if (pktType <= ENCAP_L3) {
853 // We need to check the length even for ENCAP_L3 because the IPv4 header is variable-length.
    [all...]

Completed in 89 milliseconds