| /src/sys/arch/ews4800mips/sbd/ |
| osiop_sbdio.c | 64 int error, scid; local 83 scid = ffs(osiop_read_1(sc, OSIOP_SCID)); 84 if (scid == 0) 85 scid = 7; 87 scid--; 88 sc->sc_id = scid;
|
| /src/sys/arch/arc/jazz/ |
| osiop_jazzio.c | 71 int err, scid; local 92 scid = ffs(osiop_read_1(sc, OSIOP_SCID)); 94 if (scid == 0) 95 scid = 7; 97 scid--; 99 sc->sc_id = scid;
|
| oosiop_jazzio.c | 77 int i, scid; local 93 scid = oosiop_read_1(sc, OOSIOP_SCID); 95 if (scid & (1 << i))
|
| /src/sys/netbt/ |
| l2cap_signal.c | 258 cp.scid = le16toh(cp.scid); 288 0, cp.scid, 298 new->lc_rcid = cp.scid; 318 0, cp.scid, 343 0, cp.scid, 364 cp.scid = le16toh(cp.scid); 373 if (chan != NULL && chan->lc_lcid != cp.scid) 453 rp.scid = htole16(chan->lc_rcid) [all...] |
| l2cap.h | 253 uint16_t scid; /* source channel ID */ member in struct:__anon7409 260 uint16_t scid; /* source channel ID */ member in struct:__anon7410 276 uint16_t scid; /* source channel ID */ member in struct:__anon7412 301 uint16_t scid; /* source channel ID */ member in struct:__anon7415
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_txp.h | 147 /* Change the SCID the TXP uses to send outgoing (long) packets. */ 149 const QUIC_CONN_ID *scid);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| cms.c | 1457 ASN1_STRING *scid; 1472 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, 1475 idlen = ASN1_STRING_length(scid); 1476 id = (const char *)ASN1_STRING_get0_data(scid);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| cms.c | 1357 ASN1_STRING *scid; 1372 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, 1375 idlen = ASN1_STRING_length(scid); 1376 id = (const char *)ASN1_STRING_get0_data(scid);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| cms.c | 1177 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);
|
| /src/external/bsd/unbound/dist/services/ |
| listen_dnsport.h | 498 /** the server scid length */ 733 int doq_conn_setup(struct doq_conn* conn, uint8_t* scid, size_t scidlen,
|
| listen_dnsport.c | 4783 doq_conn_setup(struct doq_conn* conn, uint8_t* scid, size_t scidlen, 4800 ngtcp2_cid_init(&scid_cid, scid, scidlen); 5039 /** associate the scid array and also the dcid.
|
| /src/external/bsd/unbound/dist/util/ |
| netevent.c | 1607 /** send the version negotiation for doq. scid and dcid are flipped around 1611 const uint8_t* dcid, size_t dcidlen, const uint8_t* scid, 1627 dcid, dcidlen, scid, scidlen, versions, versions_len); 1743 const uint8_t *dcid, *scid; 1755 &scid, &scidlen, sldns_buffer_begin(c->doq_socket->pkt_buf), 1763 vc.scid, vc.scidlen, vc.dcid, vc.dcidlen 1765 scid, scidlen, dcid, dcidlen 1791 log_hex("scid", 1793 (void*)vc.scid, vc.scidlen 1795 (void*)scid, scidle 1828 struct ngtcp2_cid scid; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Value.cpp | 58 Value::Value(Type *ty, unsigned scid) 59 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), HasValueHandle(0),
|
| /src/external/bsd/unbound/dist/testcode/ |
| doqclient.c | 1075 struct ngtcp2_cid dcid, scid; 1086 memset(&scid, 0, sizeof(scid)); 1114 cid_randfill(&scid, 16, data->rnd); 1136 rv = ngtcp2_conn_client_new(&conn, &dcid, &scid, &path,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Value.h | 216 Value(Type *Ty, unsigned scid);
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_txp.c | 688 const QUIC_CONN_ID *scid) 690 if (scid == NULL) { 695 txp->args.cur_scid = *scid;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| shlobj.d | 724 SHCOLUMNID scid;
|