HomeSort by: relevance | last modified time | path
    Searched defs:scid (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arc/jazz/
oosiop_jazzio.c 77 int i, scid; local
93 scid = oosiop_read_1(sc, OOSIOP_SCID);
95 if (scid & (1 << i))
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;
  /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/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c 732 const QUIC_CONN_ID *scid, const QUIC_CONN_ID *dcid,
779 if (!ossl_quic_bind_channel(ch, peer, scid, dcid, odcid)) {
788 if (!ossl_quic_channel_on_new_conn(ch, peer, scid, dcid)) {
1311 * ID (ODCID)/original source connection ID (SCID) and stores it in the provided
1320 * @param scid Pointer to the connection ID structure to store the SCID if the
1323 * @return 1 if the token is valid and ODCID/SCID are successfully set.
1336 QUIC_CONN_ID *scid, uint8_t *gen_new_token)
1376 * Set ODCID and SCID. If the token is from a RETRY packet, retrieve both
1378 * source connection ID for SCID
1489 QUIC_CONN_ID odcid, scid; local
    [all...]
  /src/sys/netbt/
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/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...]

Completed in 52 milliseconds