Searched refs:acl_hdr (Results 1 – 1 of 1) sorted by relevance
601 sizeof(*acl_hdr)); in ng_l2cap_lp_send()606 acl_hdr->type = NG_HCI_ACL_DATA_PKT; in ng_l2cap_lp_send()607 acl_hdr->length = htole16(len); in ng_l2cap_lp_send()662 ng_hci_acldata_pkt_t *acl_hdr = NULL; in ng_l2cap_lp_receive() local669 if (m->m_pkthdr.len < sizeof(*acl_hdr)) { in ng_l2cap_lp_receive()678 NG_L2CAP_M_PULLUP(m, sizeof(*acl_hdr)); in ng_l2cap_lp_receive()682 acl_hdr = mtod(m, ng_hci_acldata_pkt_t *); in ng_l2cap_lp_receive()683 m_adj(m, sizeof(*acl_hdr)); in ng_l2cap_lp_receive()686 acl_hdr->con_handle = le16toh(acl_hdr->con_handle); in ng_l2cap_lp_receive()688 pb = NG_HCI_PB_FLAG(acl_hdr->con_handle); in ng_l2cap_lp_receive()[all …]