Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/avct/
Davct_lcb_act.cc56 uint8_t pkt_type; in avct_lcb_msg_asmbl() local
67 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() local
484 pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_lcb_send_msg()
486 pkt_type = AVCT_PKT_TYPE_START; in avct_lcb_send_msg()
[all …]
Davct_bcb_act.cc74 uint8_t pkt_type; in avct_bcb_msg_asmbl() local
84 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() local
460 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()
/system/netd/bpf_progs/
Dbpf_net_helpers.h65 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()
Dclatd.c50 if (is_ethernet && (skb->pkt_type != PACKET_HOST)) return TC_ACT_OK; in nat64()
/system/bt/stack/avdt/
Davdt_msg.cc1061 uint8_t pkt_type; in avdt_msg_send() local
1091 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 …]
/system/bt/stack/avrc/
Davrc_api.cc359 uint8_t pkt_type; in avrc_proc_vendor_command() local
366 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() local
472 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 …]
/system/bt/stack/bnep/
Dbnep_utils.cc43 uint8_t pkt_type);
498 uint8_t pkt_type) { in bnepu_init_hdr() argument
515 *p++ = pkt_type; in bnepu_init_hdr()
/system/bt/stack/l2cap/
Dl2c_main.cc66 uint8_t pkt_type = HCID_GET_EVENT(handle); in l2c_rcv_acl_data() local
71 if (pkt_type == L2CAP_PKT_CONTINUE) { in l2c_rcv_acl_data()