OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pktType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java
555
public static DhcpPacket decodeFullPacket(ByteBuffer packet, int
pktType
)
585
if (
pktType
== ENCAP_L2) {
599
if ((
pktType
== ENCAP_L2) || (
pktType
== ENCAP_L3)) {
811
public static DhcpPacket decodeFullPacket(byte[] packet, int
pktType
)
814
return decodeFullPacket(buffer,
pktType
);
/frameworks/base/services/common_time/
common_time_server_packets.cpp
81
int16_t
pktType
= static_cast<int16_t>(packetType);
84
SERIALIZE_INT16(
pktType
);
Completed in 31 milliseconds