Searched refs:pkt_type (Results 1 – 8 of 8) sorted by relevance
56 uint8_t pkt_type; in avct_lcb_msg_asmbl() local67 pkt_type = AVCT_PKT_TYPE(p); in avct_lcb_msg_asmbl()70 if (p_buf->len < avct_lcb_pkt_type_len[pkt_type]) { in avct_lcb_msg_asmbl()76 else if (pkt_type == AVCT_PKT_TYPE_SINGLE) { in avct_lcb_msg_asmbl()86 else if (pkt_type == AVCT_PKT_TYPE_START) { in avct_lcb_msg_asmbl()123 AVCT_TRACE_WARNING("Pkt type=%d out of order", pkt_type); in avct_lcb_msg_asmbl()149 if (pkt_type == AVCT_PKT_TYPE_END) { in avct_lcb_msg_asmbl()472 uint8_t pkt_type; in avct_lcb_send_msg() local484 pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_lcb_send_msg()486 pkt_type = AVCT_PKT_TYPE_START; in avct_lcb_send_msg()[all …]
74 uint8_t pkt_type; in avct_bcb_msg_asmbl() local84 pkt_type = AVCT_PKT_TYPE(p); in avct_bcb_msg_asmbl()87 if (pkt_type != AVCT_PKT_TYPE_SINGLE) { in avct_bcb_msg_asmbl()90 pkt_type); in avct_bcb_msg_asmbl()443 uint8_t pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_bcb_send_msg() local460 hdr_len = avct_lcb_pkt_type_len[pkt_type]; in avct_bcb_send_msg()469 AVCT_BUILD_HDR(p, p_data->ul_msg.label, pkt_type, p_data->ul_msg.cr); in avct_bcb_send_msg()
65 return skb->pkt_type == PACKET_HOST || skb->pkt_type == PACKET_BROADCAST || in is_received_skb()66 skb->pkt_type == PACKET_MULTICAST; in is_received_skb()
50 if (is_ethernet && (skb->pkt_type != PACKET_HOST)) return TC_ACT_OK; in nat64()
1061 uint8_t pkt_type; in avdt_msg_send() local1091 pkt_type = AVDT_PKT_TYPE_SINGLE; in avdt_msg_send()1099 pkt_type = AVDT_PKT_TYPE_START; in avdt_msg_send()1119 pkt_type = AVDT_PKT_TYPE_CONT; in avdt_msg_send()1134 pkt_type = AVDT_PKT_TYPE_END; in avdt_msg_send()1181 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg); in avdt_msg_send()1182 if (pkt_type == AVDT_PKT_TYPE_START) { in avdt_msg_send()1185 if ((pkt_type == AVDT_PKT_TYPE_START) || in avdt_msg_send()1186 (pkt_type == AVDT_PKT_TYPE_SINGLE)) { in avdt_msg_send()1209 uint8_t pkt_type; in avdt_msg_asmbl() local[all …]
359 uint8_t pkt_type; in avrc_proc_vendor_command() local366 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_vendor_command()368 if (pkt_type != AVRC_PKT_SINGLE) { in avrc_proc_vendor_command()462 uint8_t pkt_type; in avrc_proc_far_msg() local472 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_far_msg()473 AVRC_TRACE_DEBUG("pkt_type %d", pkt_type); in avrc_proc_far_msg()477 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()484 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) { in avrc_proc_far_msg()486 if (pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()537 pkt_type = AVRC_PKT_END; in avrc_proc_far_msg()[all …]
43 uint8_t pkt_type);498 uint8_t pkt_type) { in bnepu_init_hdr() argument515 *p++ = pkt_type; in bnepu_init_hdr()
66 uint8_t pkt_type = HCID_GET_EVENT(handle); in l2c_rcv_acl_data() local71 if (pkt_type == L2CAP_PKT_CONTINUE) { in l2c_rcv_acl_data()