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

/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c474 dcid = le16toh(cp->scid);
507 send_l2cap_con_rej(con, ident, ch->scid, dcid,
527 u_int16_t scid, dcid, result, status; local
537 scid = le16toh(cp->scid);
560 __func__, NG_NODE_NAME(l2cap->node), scid,
566 if (cmd->ch->scid != scid) {
568 "%s: %s - unexpected L2CAP_ConnectRsp. Channel IDs do not match, scid=%d(%d)\n",
569 __func__, NG_NODE_NAME(l2cap->node), cmd->ch->scid,
783 u_int16_t scid, cflag, 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
1350 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.c344 ch->scid = ch->dcid = NG_L2CAP_ATT_CID;
346 ch->scid = ch->dcid = NG_L2CAP_SMP_CID;
348 ch->scid = ng_l2cap_get_cid(l2cap,
353 if (ch->scid != NG_L2CAP_NULL_CID) {
382 ng_l2cap_chan_by_scid(ng_l2cap_p l2cap, u_int16_t scid, int idtype) argument
398 if (ch->scid == scid)
405 ng_l2cap_chan_by_conhandle(ng_l2cap_p l2cap, uint16_t scid, argument
411 if ((ch->scid == scid)
[all...]
H A Dng_l2cap_ulpi.c140 _ng_l2cap_con_req(cmd->aux, cmd->ident, ch->psm, ch->scid);
197 if(ch->scid == NG_L2CAP_ATT_CID){
200 }else if(ch->scid == NG_L2CAP_SMP_CID){
207 op->lcid = ch->scid;
286 "%s: %s - channel ident and response ident do not match, scid=%d, ident=%d. " \
288 __func__, NG_NODE_NAME(l2cap->node), ch->scid,
294 ch->state = ((ch->scid == NG_L2CAP_ATT_CID)||
295 (ch->scid == NG_L2CAP_SMP_CID))?
366 if(ch->scid ==NG_L2CAP_ATT_CID||
367 ch->scid
[all...]
H A Dng_l2cap_cmds.h76 c->data.cid.scid = htole16((_scid)); \
107 c->param.scid = htole16((_scid)); \
130 c->param.scid = htole16((_scid)); \
190 c->param.scid = htole16((_scid)); \
317 c->param.scid = htole16((_scid)); \
340 c->param.scid = htole16((_scid)); \
H A Dng_l2cap_var.h155 u_int16_t scid; /* source channel ID */ member in struct:ng_l2cap_chan
H A Dng_l2cap_main.c627 e2->scid = ch->scid;
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h208 u_int16_t scid; /* local CID */ member in struct:__anon15214::__anon15216
218 u_int16_t scid; /* source channel ID */ member in struct:__anon15217
225 u_int16_t scid; /* source channel ID */ member in struct:__anon15218
241 u_int16_t scid; /* source channel ID */ member in struct:__anon15220
268 u_int16_t scid; /* source channel ID */ member in struct:__anon15223
689 u_int16_t scid; /* source (local) 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/crypto/openssl/apps/
H A Dcms.c1177 ASN1_STRING *scid;
1192 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst,
1195 idlen = ASN1_STRING_length(scid);
1196 id = (const char *)ASN1_STRING_get0_data(scid);
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h204 Value(Type *Ty, unsigned scid);

Completed in 129 milliseconds