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

/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c548 ng_hci_acldata_pkt_t *acl_hdr = NULL; local
596 m0 = ng_l2cap_prepend(m0, sizeof(*acl_hdr));
601 sizeof(*acl_hdr));
605 acl_hdr = mtod(m0, ng_hci_acldata_pkt_t *);
606 acl_hdr->type = NG_HCI_ACL_DATA_PKT;
607 acl_hdr->length = htole16(len);
608 acl_hdr->con_handle = htole16(NG_HCI_MK_CON_HANDLE(
662 ng_hci_acldata_pkt_t *acl_hdr = NULL; local
669 if (m->m_pkthdr.len < sizeof(*acl_hdr)) {
678 NG_L2CAP_M_PULLUP(m, sizeof(*acl_hdr));
[all...]

Completed in 107 milliseconds