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

  /frameworks/base/services/common_time/
common_time_server_packets.cpp 81 int16_t pktType = static_cast<int16_t>(packetType);
99 packetType = static_cast<TimeServicePacketType>(tmp);
114 switch (packetType) {
152 packetType = ntohs(*((uint16_t*)(data + 6)));
153 switch (packetType) {
common_time_server_packets.h 45 TimeServicePacketType packetType;
62 packetType = type;
171 uint16_t packetType;
common_time_server.cpp 640 switch (pkt.packetType) {
670 pkt.packetType, srcEPStr);
    [all...]
  /external/tcpdump/
print-rx.c 73 int packetType; /* Packet type */
470 (!rx_flags[i].packetType ||
471 rxh->type == rx_flags[i].packetType)) {
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 53 milliseconds