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

  /frameworks/base/services/tests/servicestests/src/android/net/dhcp/
DhcpPacketTest.java 307 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3);
338 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3);
353 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
372 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
401 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
432 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
464 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
500 DhcpPacket.decodeFullPacket(packet, len, ENCAP_L3);
516 DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3);
541 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3);
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 49 public static final int ENCAP_L3 = 1; // IP/UDP header included
378 if (encap <= ENCAP_L3) {
438 if (encap <= ENCAP_L3) {
790 if (pktType <= ENCAP_L3) {
849 // We need to check the length even for ENCAP_L3 because the IPv4 header is variable-length.
    [all...]

Completed in 47 milliseconds