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

/freebsd-10.2-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c109 hdr->dcid = le16toh(hdr->dcid);
122 switch (hdr->dcid) {
354 u_int16_t dcid, psm; local
363 dcid = le16toh(cp->scid);
375 return (send_l2cap_con_rej(con, ident, 0, dcid,
379 ch->dcid = dcid;
387 send_l2cap_con_rej(con, ident, ch->scid, dcid,
407 u_int16_t scid, dcid, resul local
527 u_int16_t dcid, respond, result; local
815 u_int16_t scid, dcid; local
905 u_int16_t scid, dcid; local
1172 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
1200 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)); \
295 c->param.dcid = htole16((_dcid)); \
318 c->param.dcid = htole16((_dcid)); \
H A Dng_l2cap_var.h149 u_int16_t dcid; /* destination channel ID */ member in struct:ng_l2cap_chan
H A Dng_l2cap_ulpi.c207 u_int16_t dcid; local
244 dcid = ch->dcid;
286 _ng_l2cap_con_rsp(cmd->aux, cmd->ident, ip->lcid, dcid,
472 _ng_l2cap_cfg_req(cmd->aux, cmd->ident, ch->dcid, 0, opt);
632 _ng_l2cap_cfg_rsp(cmd->aux,cmd->ident,ch->dcid,0,NG_L2CAP_SUCCESS,opt);
896 ch = ng_l2cap_chan_by_scid(l2cap, hdr->dcid);
900 __func__, NG_NODE_NAME(l2cap->node), hdr->dcid);
1133 _ng_l2cap_discon_req(cmd->aux, cmd->ident, ch->dcid, ch->scid);
H A Dng_l2cap_cmds.c192 if (cmd->ch->dcid == NG_L2CAP_CLT_CID) {
202 error = ng_l2cap_lp_send(con, cmd->ch->dcid, m);
H A Dng_l2cap_llpi.c491 ng_l2cap_lp_send(ng_l2cap_con_p con, u_int16_t dcid, struct mbuf *m0) argument
517 l2cap_hdr->dcid = htole16(dcid);
H A Dng_l2cap_main.c624 e2->dcid = ch->dcid;
/freebsd-10.2-release/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h167 u_int16_t dcid; /* destination channel ID */ member in struct:__anon11014
201 u_int16_t dcid; /* remote CID */ member in struct:__anon11018::__anon11020
216 u_int16_t dcid; /* destination channel ID */ member in struct:__anon11022
225 u_int16_t dcid; /* destination channel ID */ member in struct:__anon11023
258 u_int16_t dcid; /* destination channel ID */ member in struct:__anon11027
648 u_int16_t dcid; /* destination (remote) channel ID */ member in struct:__anon11062
/freebsd-10.2-release/usr.sbin/bluetooth/l2control/
H A Dl2cap.c223 r.channels[n].scid, r.channels[n].dcid,
/freebsd-10.2-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1392 "dcid=%d, length=%d\n",
1396 hdr->dcid, hdr->length);
1398 if (hdr->dcid >= NG_L2CAP_FIRST_CID) {
1403 pcb = ng_btsocket_l2cap_pcb_by_cid(&rt->src, hdr->dcid);
1413 "%s: No connected socket found, src bdaddr=%x:%x:%x:%x:%x:%x, dcid=%d, " \
1417 hdr->dcid, pcb->state);
1428 "dcid=%d, length=%d, imtu=%d\n",
1432 hdr->dcid, hdr->length, pcb->imtu);
1451 "src bdaddr=%x:%x:%x:%x:%x:%x, dcid=%d, len=%d, space=%ld\n",
1455 hdr->dcid,
[all...]

Completed in 172 milliseconds