HomeSort by relevance Sort by last modified time
    Searched refs:pkt_type (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/bluetooth/bluedroid/hci/src/
hci_mct.c 325 uint8_t pkt_type; local
336 pkt_type = (uint8_t)(((handle) >> 12) & 0x0003);
358 if (pkt_type == ACL_RX_PKT_START) /*** START PACKET ***/
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 123 UINT8 pkt_type; local
130 pkt_type = HCID_GET_EVENT (handle);
135 if (pkt_type != L2CAP_PKT_CONTINUE)
175 L2CAP_TRACE_WARNING ("L2CAP - expected pkt start or complete, got: %d", pkt_type);
    [all...]
l2c_link.c 1575 UINT16 pkt_type; local
    [all...]
  /external/libpcap/
pcap-int.h 297 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 38 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
548 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type)
568 *p++ = pkt_type;
    [all...]
  /external/qemu/include/hw/
bt.h 475 uint16_t pkt_type; member in struct:__anon33438
493 uint16_t pkt_type; member in struct:__anon33440
546 uint16_t pkt_type; member in struct:__anon33447
643 uint16_t pkt_type; member in struct:__anon33461
655 uint16_t pkt_type; member in struct:__anon33462
    [all...]
  /external/tcpdump/
print-juniper.c 577 u_int8_t pkt_type; member in struct:juniper_monitor_header
595 mh->pkt_type);
    [all...]
  /external/iputils/Modules/
pg3.c 287 skb->pkt_type = PACKET_HOST;
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]

Completed in 331 milliseconds

1 2 34