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

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c472 dcid = le16toh(cp->scid);
505 send_l2cap_con_rej(con, ident, ch->scid, dcid,
525 u_int16_t scid, dcid, result, status; local
535 scid = le16toh(cp->scid);
558 __func__, NG_NODE_NAME(l2cap->node), scid,
564 if (cmd->ch->scid != scid) {
566 "%s: %s - unexpected L2CAP_ConnectRsp. Channel IDs do not match, scid=%d(%d)\n",
567 __func__, NG_NODE_NAME(l2cap->node), cmd->ch->scid,
782 u_int16_t scid, cflag, 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
1349 send_l2cap_cfg_rsp(ng_l2cap_con_p con, u_int8_t ident, u_int16_t scid, u_int16_t result, struct mbuf *opt) argument
[all...]
H A Dng_l2cap_misc.c342 ch->scid = ch->dcid = NG_L2CAP_ATT_CID;
344 ch->scid = ch->dcid = NG_L2CAP_SMP_CID;
346 ch->scid = ng_l2cap_get_cid(l2cap,
351 if (ch->scid != NG_L2CAP_NULL_CID) {
381 ng_l2cap_chan_by_scid(ng_l2cap_p l2cap, u_int16_t scid, int idtype) argument
397 if (ch->scid == scid)
404 ng_l2cap_chan_by_conhandle(ng_l2cap_p l2cap, uint16_t scid, argument
411 if ((ch->scid == scid)
[all...]
H A Dng_l2cap_ulpi.c138 _ng_l2cap_con_req(cmd->aux, cmd->ident, ch->psm, ch->scid);
195 if(ch->scid == NG_L2CAP_ATT_CID){
198 }else if(ch->scid == NG_L2CAP_SMP_CID){
205 op->lcid = ch->scid;
284 "%s: %s - channel ident and response ident do not match, scid=%d, ident=%d. " \
286 __func__, NG_NODE_NAME(l2cap->node), ch->scid,
292 ch->state = ((ch->scid == NG_L2CAP_ATT_CID)||
293 (ch->scid == NG_L2CAP_SMP_CID))?
364 if(ch->scid ==NG_L2CAP_ATT_CID||
365 ch->scid
[all...]
H A Dng_l2cap_cmds.h74 c->data.cid.scid = htole16((_scid)); \
105 c->param.scid = htole16((_scid)); \
128 c->param.scid = htole16((_scid)); \
188 c->param.scid = htole16((_scid)); \
315 c->param.scid = htole16((_scid)); \
338 c->param.scid = htole16((_scid)); \
H A Dng_l2cap_var.h153 u_int16_t scid; /* source channel ID */ member in struct:ng_l2cap_chan
H A Dng_l2cap_main.c625 e2->scid = ch->scid;
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h207 u_int16_t scid; /* local CID */ member in struct:__anon12601::__anon12603
217 u_int16_t scid; /* source channel ID */ member in struct:__anon12604
224 u_int16_t scid; /* source channel ID */ member in struct:__anon12605
240 u_int16_t scid; /* source channel ID */ member in struct:__anon12607
267 u_int16_t scid; /* source channel ID */ member in struct:__anon12610
688 u_int16_t scid; /* source (local) 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/crypto/openssl/apps/
H A Dcms.c1242 ASN1_STRING *scid;
1257 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst,
1260 idlen = ASN1_STRING_length(scid);
1261 id = (char *)ASN1_STRING_data(scid);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp53 Value::Value(Type *ty, unsigned scid) argument
54 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h206 Value(Type *Ty, unsigned scid);

Completed in 169 milliseconds