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

  /src/sys/netbt/
l2cap_lower.c 119 hdr.dcid = le16toh(hdr.dcid);
127 if (hdr.dcid == L2CAP_SIGNAL_CID) {
132 if (hdr.dcid == L2CAP_CLT_CID) {
137 chan = l2cap_cid_lookup(hdr.dcid);
146 device_xname(link->hl_unit->hci_dev), hdr.dcid, hdr.length);
l2cap_signal.c 365 cp.dcid = le16toh(cp.dcid);
392 chan->lc_rcid = cp.dcid;
439 cp.dcid = le16toh(cp.dcid);
442 chan = l2cap_cid_lookup(cp.dcid);
448 L2CAP_NULL_CID, cp.dcid);
683 rp.dcid = htole16(cp.scid);
861 * Process Received Disconnect Request. We must validate scid and dcid
879 cp.dcid = le16toh(cp.dcid)
    [all...]
l2cap.h 224 uint16_t dcid; /* destination channel ID */ member in struct:__anon14ed532f0308
227 /* L2CAP ConnectionLess Traffic (dcid == L2CAP_CLT_CID) */
235 /* L2CAP Command header (dcid == L2CAP_SIGNAL_CID) */
259 uint16_t dcid; /* destination channel ID */ member in struct:__anon14ed532f0808
268 uint16_t dcid; /* destination channel ID */ member in struct:__anon14ed532f0908
300 uint16_t dcid; /* destination channel ID */ member in struct:__anon14ed532f0d08
l2cap_upper.c 419 hdr->dcid = htole16(chan->lc_rcid);

Completed in 40 milliseconds