HomeSort by: relevance | last modified time | path
    Searched refs:packetType (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp.c 55 const uint8_t packetType = (SINGLE_PACKET & 3) << 2;
60 header[0] = (uint8_t)((transLabel << 4) | packetType | messageType);
  /src/external/bsd/tcpdump/dist/
print-rx.c 155 uint32_t packetType; /* Packet type */
572 (!rx_flags[i].packetType ||
573 type == rx_flags[i].packetType)) {

Completed in 16 milliseconds