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

  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_pkttype.h 24 __u8 pkt_type; member in struct:ebt_pkttype_info
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_pkttype.h 24 __u8 pkt_type; member in struct:ebt_pkttype_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_pkttype.h 7 __u8 pkt_type; member in struct:ebt_pkttype_info
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 56 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 = AVCT_PKT_TYPE_START
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c 1199 UINT8 pkt_type; local
1359 UINT8 pkt_type; local
1702 UINT8 pkt_type; local
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 151 /* 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...]
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 149 __u8 pkt_type:3, member in struct:sk_buff
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 329 uint8_t pkt_type; local
340 pkt_type = (uint8_t)(((handle) >> 12) & 0x0003);
362 if (pkt_type == ACL_RX_PKT_START) /*** START PACKET ***/
    [all...]
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/iputils/Modules/
pg3.c 287 skb->pkt_type = PACKET_HOST;
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]

Completed in 832 milliseconds