HomeSort by: relevance | last modified time | path
    Searched refs:l2cap_pdu (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netbt/
l2cap.h 429 struct l2cap_pdu { struct
432 TAILQ_ENTRY(l2cap_pdu) lp_next; /* next PDU on link */
l2cap_lower.c 66 struct l2cap_pdu *pdu;
191 * the l2cap_pdu and fragment the packet, then hand it down
l2cap_misc.c 76 pool_init(&l2cap_pdu_pool, sizeof(struct l2cap_pdu), 0, 0, 0,
77 "l2cap_pdu", NULL, IPL_SOFTNET);
hci_link.c 548 struct l2cap_pdu *pdu;
627 struct l2cap_pdu *pdu;
719 struct l2cap_pdu *pdu;
932 struct l2cap_pdu *pdu;
hci.h 2459 TAILQ_HEAD(,l2cap_pdu) hl_txq; /* queue of outgoing PDUs */

Completed in 16 milliseconds