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

/netbsd-current/sys/netbt/
H A Dl2cap_lower.c119 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);
H A Dl2cap_signal.c365 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
1207 l2cap_send_connect_rsp(struct hci_link *link, uint8_t ident, uint16_t dcid, uint16_t scid, uint16_t result) argument
[all...]
H A Dl2cap.h224 uint16_t dcid; /* destination channel ID */ member in struct:__anon18981
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:__anon18986
268 uint16_t dcid; /* destination channel ID */ member in struct:__anon18987
300 uint16_t dcid; /* destination channel ID */ member in struct:__anon18991
H A Dl2cap_upper.c419 hdr->dcid = htole16(chan->lc_rcid);

Completed in 147 milliseconds