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

/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c117 hdr->dcid = le16toh(hdr->dcid);
130 switch (hdr->dcid) {
464 u_int16_t dcid, psm; local
474 dcid = le16toh(cp->scid);
478 if(dcid == NG_L2CAP_ATT_CID)
480 else if(dcid == NG_L2CAP_SMP_CID)
495 return (send_l2cap_con_rej(con, ident, 0, dcid,
499 ch->dcid = dcid;
527 u_int16_t scid, dcid, result, status; local
650 u_int16_t dcid, respond, result; local
937 u_int16_t scid, dcid; local
1027 u_int16_t scid, dcid; local
1294 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
1322 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.h77 c->data.cid.dcid = htole16((_dcid)); \
129 c->param.dcid = htole16((_dcid)); \
156 c->param.dcid = htole16((_dcid)); \
316 c->param.dcid = htole16((_dcid)); \
339 c->param.dcid = htole16((_dcid)); \
H A Dng_l2cap_var.h156 u_int16_t dcid; /* destination channel ID */ member in struct:ng_l2cap_chan
H A Dng_l2cap_ulpi.c230 u_int16_t dcid; local
276 dcid = ch->dcid;
320 _ng_l2cap_con_rsp(cmd->aux, cmd->ident, ip->lcid, dcid,
554 _ng_l2cap_cfg_req(cmd->aux, cmd->ident, ch->dcid, 0, opt);
717 _ng_l2cap_cfg_rsp(cmd->aux,cmd->ident,ch->dcid,0,NG_L2CAP_SUCCESS,opt);
1007 if(hdr->dcid == NG_L2CAP_ATT_CID){
1015 hdr->dcid = con->con_handle;
1017 }else if(hdr->dcid == NG_L2CAP_SMP_CID){
1026 hdr->dcid
[all...]
H A Dng_l2cap_cmds.c201 if (cmd->ch->dcid == NG_L2CAP_CLT_CID) {
211 error = ng_l2cap_lp_send(con, cmd->ch->dcid, m);
H A Dng_l2cap_main.c628 e2->dcid = ch->dcid;
H A Dng_l2cap_misc.c344 ch->scid = ch->dcid = NG_L2CAP_ATT_CID;
346 ch->scid = ch->dcid = NG_L2CAP_SMP_CID;
H A Dng_l2cap_llpi.c544 ng_l2cap_lp_send(ng_l2cap_con_p con, u_int16_t dcid, struct mbuf *m0) argument
570 l2cap_hdr->dcid = htole16(dcid);
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h175 u_int16_t dcid; /* destination channel ID */ member in struct:__anon15210
209 u_int16_t dcid; /* remote CID */ member in struct:__anon15214::__anon15216
224 u_int16_t dcid; /* destination channel ID */ member in struct:__anon15218
233 u_int16_t dcid; /* destination channel ID */ member in struct:__anon15219
267 u_int16_t dcid; /* destination channel ID */ member in struct:__anon15223
690 u_int16_t dcid; /* destination (remote) channel ID */ member in struct:__anon15261
/freebsd-13-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c226 r.channels[n].scid, r.channels[n].dcid,
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1465 "dcid=%d, length=%d\n",
1469 hdr->dcid, hdr->length);
1471 if ((hdr->dcid >= NG_L2CAP_FIRST_CID) ||
1478 pcb = ng_btsocket_l2cap_pcb_by_cid(&rt->src, hdr->dcid,idtype);
1488 "%s: No connected socket found, src bdaddr=%x:%x:%x:%x:%x:%x, dcid=%d, " \
1492 hdr->dcid, pcb->state);
1503 "dcid=%d, length=%d, imtu=%d\n",
1507 hdr->dcid, hdr->length, pcb->imtu);
1525 "src bdaddr=%x:%x:%x:%x:%x:%x, dcid=%d, len=%d, space=%ld\n",
1529 hdr->dcid,
[all...]

Completed in 75 milliseconds