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

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c115 hdr->dcid = le16toh(hdr->dcid);
128 switch (hdr->dcid) {
462 u_int16_t dcid, psm; local
472 dcid = le16toh(cp->scid);
476 if(dcid == NG_L2CAP_ATT_CID)
478 else if(dcid == NG_L2CAP_SMP_CID)
493 return (send_l2cap_con_rej(con, ident, 0, dcid,
497 ch->dcid = dcid;
525 u_int16_t scid, dcid, result, status; local
648 u_int16_t dcid, respond, result; local
936 u_int16_t scid, dcid; local
1026 u_int16_t scid, dcid; local
1293 send_l2cap_reject(ng_l2cap_con_p con, u_int8_t ident, u_int16_t reason, u_int16_t mtu, u_int16_t scid, u_int16_t dcid) argument
1321 send_l2cap_con_rej(ng_l2cap_con_p con, u_int8_t ident, u_int16_t scid, u_int16_t dcid, u_int16_t result) argument
[all...]
H A Dng_l2cap_cmds.h75 c->data.cid.dcid = htole16((_dcid)); \
127 c->param.dcid = htole16((_dcid)); \
154 c->param.dcid = htole16((_dcid)); \
314 c->param.dcid = htole16((_dcid)); \
337 c->param.dcid = htole16((_dcid)); \
H A Dng_l2cap_var.h154 u_int16_t dcid; /* destination channel ID */ member in struct:ng_l2cap_chan
H A Dng_l2cap_ulpi.c228 u_int16_t dcid; local
274 dcid = ch->dcid;
318 _ng_l2cap_con_rsp(cmd->aux, cmd->ident, ip->lcid, dcid,
552 _ng_l2cap_cfg_req(cmd->aux, cmd->ident, ch->dcid, 0, opt);
715 _ng_l2cap_cfg_rsp(cmd->aux,cmd->ident,ch->dcid,0,NG_L2CAP_SUCCESS,opt);
1005 if(hdr->dcid == NG_L2CAP_ATT_CID){
1013 hdr->dcid = con->con_handle;
1015 }else if(hdr->dcid == NG_L2CAP_SMP_CID){
1024 hdr->dcid
[all...]
H A Dng_l2cap_cmds.c199 if (cmd->ch->dcid == NG_L2CAP_CLT_CID) {
209 error = ng_l2cap_lp_send(con, cmd->ch->dcid, m);
H A Dng_l2cap_main.c626 e2->dcid = ch->dcid;
H A Dng_l2cap_misc.c342 ch->scid = ch->dcid = NG_L2CAP_ATT_CID;
344 ch->scid = ch->dcid = NG_L2CAP_SMP_CID;
H A Dng_l2cap_llpi.c542 ng_l2cap_lp_send(ng_l2cap_con_p con, u_int16_t dcid, struct mbuf *m0) argument
568 l2cap_hdr->dcid = htole16(dcid);
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h174 u_int16_t dcid; /* destination channel ID */ member in struct:__anon12597
208 u_int16_t dcid; /* remote CID */ member in struct:__anon12601::__anon12603
223 u_int16_t dcid; /* destination channel ID */ member in struct:__anon12605
232 u_int16_t dcid; /* destination channel ID */ member in struct:__anon12606
266 u_int16_t dcid; /* destination channel ID */ member in struct:__anon12610
689 u_int16_t dcid; /* destination (remote) channel ID */ member in struct:__anon12648
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c226 r.channels[n].scid, r.channels[n].dcid,
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1474 "dcid=%d, length=%d\n",
1478 hdr->dcid, hdr->length);
1480 if ((hdr->dcid >= NG_L2CAP_FIRST_CID) ||
1488 pcb = ng_btsocket_l2cap_pcb_by_cid(&rt->src, hdr->dcid,idtype);
1498 "%s: No connected socket found, src bdaddr=%x:%x:%x:%x:%x:%x, dcid=%d, " \
1502 hdr->dcid, pcb->state);
1513 "dcid=%d, length=%d, imtu=%d\n",
1517 hdr->dcid, hdr->length, pcb->imtu);
1536 "src bdaddr=%x:%x:%x:%x:%x:%x, dcid=%d, len=%d, space=%ld\n",
1540 hdr->dcid,
[all...]

Completed in 161 milliseconds