Searched refs:pkt_type (Results 1 - 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb_act.c55 UINT8 pkt_type; local
61 AVCT_PRS_PKT_TYPE(p, pkt_type);
64 if (p_buf->len < avct_lcb_pkt_type_len[pkt_type])
71 else if (pkt_type == AVCT_PKT_TYPE_SINGLE)
83 else if (pkt_type == AVCT_PKT_TYPE_START)
111 AVCT_TRACE_WARNING1("Pkt type=%d out of order", pkt_type);
139 if (pkt_type == AVCT_PKT_TYPE_END)
509 UINT8 pkt_type; local
524 pkt_type = AVCT_PKT_TYPE_SINGLE;
528 pkt_type
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_msg.c1189 UINT8 pkt_type; local
1222 pkt_type = AVDT_PKT_TYPE_SINGLE;
1230 pkt_type = AVDT_PKT_TYPE_START;
1253 pkt_type = AVDT_PKT_TYPE_CONT;
1273 pkt_type = AVDT_PKT_TYPE_END;
1319 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg);
1320 if (pkt_type == AVDT_PKT_TYPE_START)
1324 if ((pkt_type == AVDT_PKT_TYPE_START) || (pkt_type == AVDT_PKT_TYPE_SINGLE))
1349 UINT8 pkt_type; local
1692 UINT8 pkt_type; local
[all...]
/external/libpcap/
H A Dpcap-int.h272 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c334 uint8_t pkt_type; local
345 pkt_type = (uint8_t)(((handle) >> 12) & 0x0003);
367 if (pkt_type == ACL_RX_PKT_START) /*** START PACKET ***/
H A Dhci_mct.c329 uint8_t pkt_type; local
340 pkt_type = (uint8_t)(((handle) >> 12) & 0x0003);
362 if (pkt_type == ACL_RX_PKT_START) /*** START PACKET ***/
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_main.c123 UINT8 pkt_type; local
130 pkt_type = HCID_GET_EVENT (handle);
135 if (pkt_type != L2CAP_PKT_CONTINUE)
175 L2CAP_TRACE_WARNING1 ("L2CAP - expected pkt start or complete, got: %d", pkt_type);
H A Dl2c_link.c1520 UINT16 pkt_type; local
1540 pkt_type = HCID_GET_EVENT (handle);
1552 if (pkt_type == L2CAP_PKT_START) /*** START PACKET ***/
/external/kernel-headers/original/linux/
H A Dnetdevice.h1029 if (skb->pkt_type != PACKET_BROADCAST &&
1030 skb->pkt_type != PACKET_MULTICAST)
H A Dskbuff.h206 * @pkt_type: Packet class
283 __u8 pkt_type:3, member in struct:sk_buff
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_utils.c37 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
547 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type) argument
567 *p++ = pkt_type;
/external/qemu/hw/
H A Dbt.h475 uint16_t pkt_type; member in struct:__anon10790
493 uint16_t pkt_type; member in struct:__anon10792
546 uint16_t pkt_type; member in struct:__anon10799
643 uint16_t pkt_type; member in struct:__anon10813
655 uint16_t pkt_type; member in struct:__anon10814
/external/tcpdump/
H A Dprint-juniper.c283 u_int8_t pkt_type; member in struct:juniper_monitor_header
301 mh->pkt_type);
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h1182 HCI_API extern void btsnd_hcie_pkt_type_change (void *buffer, UINT8 status, UINT16 handle, UINT16 pkt_type);
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c2165 control.pkt_type = PKT_PROBE_RESP;

Completed in 253 milliseconds