Searched refs:pktType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/common_time/
H A Dcommon_time_server_packets.cpp81 int16_t pktType = static_cast<int16_t>(packetType); local
84 SERIALIZE_INT16(pktType);
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java733 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException argument
774 if (pktType == ENCAP_L2) {
794 if (pktType <= ENCAP_L3) {
854 if (pktType > ENCAP_BOOTP || packet.remaining() < MIN_PACKET_LENGTH_BOOTP) {
1099 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType) argument
1103 return decodeFullPacket(buffer, pktType);

Completed in 600 milliseconds