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.java728 public static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException argument
769 if (pktType == ENCAP_L2) {
789 if (pktType <= ENCAP_L3) {
849 if (pktType > ENCAP_BOOTP || packet.remaining() < MIN_PACKET_LENGTH_BOOTP) {
1090 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType) argument
1093 return decodeFullPacket(buffer, pktType);

Completed in 798 milliseconds