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

/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_pkttype.h7 __u8 pkt_type; member in struct:ebt_pkttype_info
/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb_act.c56 UINT8 pkt_type; local
62 AVCT_PRS_PKT_TYPE(p, pkt_type);
65 if (p_buf->len < avct_lcb_pkt_type_len[pkt_type])
72 else if (pkt_type == AVCT_PKT_TYPE_SINGLE)
84 else if (pkt_type == AVCT_PKT_TYPE_START)
112 AVCT_TRACE_WARNING("Pkt type=%d out of order", pkt_type);
140 if (pkt_type == AVCT_PKT_TYPE_END)
520 UINT8 pkt_type; local
535 pkt_type = AVCT_PKT_TYPE_SINGLE;
539 pkt_type
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_msg.c1199 UINT8 pkt_type; local
1232 pkt_type = AVDT_PKT_TYPE_SINGLE;
1240 pkt_type = AVDT_PKT_TYPE_START;
1263 pkt_type = AVDT_PKT_TYPE_CONT;
1283 pkt_type = AVDT_PKT_TYPE_END;
1329 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg);
1330 if (pkt_type == AVDT_PKT_TYPE_START)
1334 if ((pkt_type == AVDT_PKT_TYPE_START) || (pkt_type == AVDT_PKT_TYPE_SINGLE))
1359 UINT8 pkt_type; local
1702 UINT8 pkt_type; local
[all...]
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c151 /* 4=pdu, pkt_type & len */
193 /* 4=pdu, pkt_type & len */
241 UINT8 pkt_type; local
248 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK;
250 if (pkt_type != AVRC_PKT_SINGLE)
328 *p_data++ = 0; /* pkt_type */
358 UINT8 pkt_type; local
368 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK;
369 AVRC_TRACE_DEBUG ("pkt_type %d", pkt_type );
[all...]
/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c329 uint8_t pkt_type; local
340 pkt_type = (uint8_t)(((handle) >> 12) & 0x0003);
362 if (pkt_type == ACL_RX_PKT_START) /*** START PACKET ***/
H A Dhci_mct.c325 uint8_t pkt_type; local
336 pkt_type = (uint8_t)(((handle) >> 12) & 0x0003);
358 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_WARNING ("L2CAP - expected pkt start or complete, got: %d", pkt_type);
H A Dl2c_link.c1575 UINT16 pkt_type; local
1595 pkt_type = HCID_GET_EVENT (handle);
1607 if (pkt_type == L2CAP_PKT_START) /*** START PACKET ***/
/external/libpcap/
H A Dpcap-int.h297 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_utils.c38 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) argument
568 *p++ = pkt_type;
/external/qemu/include/hw/
H A Dbt.h475 uint16_t pkt_type; member in struct:__anon29720
493 uint16_t pkt_type; member in struct:__anon29722
546 uint16_t pkt_type; member in struct:__anon29729
643 uint16_t pkt_type; member in struct:__anon29743
655 uint16_t pkt_type; member in struct:__anon29744
/external/tcpdump/
H A Dprint-juniper.c577 u_int8_t pkt_type; member in struct:juniper_monitor_header
595 mh->pkt_type);
/external/iputils/Modules/
H A Dpg3.c287 skb->pkt_type = PACKET_HOST;
/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);

Completed in 926 milliseconds