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

  /src/crypto/external/apache2/openssl/dist/test/
quic_srt_gen_test.c 22 QUIC_CONN_ID dcid; member in struct:test_case
58 if (!TEST_true(ossl_quic_srt_gen_calculate_token(srt_gen, &t->dcid,
quic_record_test.c 24 #define RX_TEST_OP_SET_RX_DCID 3 /* register an RX DCID */
45 const QUIC_CONN_ID *dcid; member in struct:rx_test_op
57 #define RX_OP_SET_RX_DCID(dcid) \
58 { RX_TEST_OP_SET_RX_DCID, 0, NULL, 0, NULL, 0, 0, 0, &(dcid), NULL },
66 #define RX_OP_PROVIDE_SECRET_INITIAL(dcid) \
67 { RX_TEST_OP_PROVIDE_SECRET_INITIAL, 0, NULL, 0, NULL, 0, 0, 0, &(dcid), NULL },
189 0x00, /* DCID */
207 { 0, { 0 } }, /* DCID */
236 0x00, /* DCID */
263 { 0, { 0 } }, /* DCID */
3208 const QUIC_CONN_ID *dcid; member in struct:tx_test_op
    [all...]
  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 490 * addresses, and can be found by dcid. */
569 /** the doq connection dcid */
570 uint8_t* dcid; member in struct:doq_conn_key
571 /** length of dcid */
581 /** rbtree node, key is addresses and dcid */
585 /** the key information, with dcid and address endpoint */
647 * has an original dcid, and then more connection ids associated.
704 * @param dcid: the dcid, Destination Connection ID.
705 * @param dcidlen: length of dcid
    [all...]
listen_dnsport.c 3544 const uint8_t* dcid, size_t dcidlen, uint32_t version)
3558 conn->key.dcid = memdup((void*)dcid, dcidlen);
3559 if(!conn->key.dcid) {
3632 free(conn->key.dcid);
3649 * local address, ifindex and then dcid.
3682 if((r=memcmp(c->key.dcid, d->key.dcid, c->key.dcidlen))!=0)
3812 memmove(repinfo->doq_dcid, key->dcid, key->dcidlen);
3826 key->dcid = repinfo->doq_dcid
4787 struct ngtcp2_cid dcid, sv_scid, scid_cid; local
    [all...]
  /src/sys/netbt/
l2cap.h 224 uint16_t dcid; /* destination channel ID */ member in struct:__anon7405
227 /* L2CAP ConnectionLess Traffic (dcid == L2CAP_CLT_CID) */
235 /* L2CAP Command header (dcid == L2CAP_SIGNAL_CID) */
259 uint16_t dcid; /* destination channel ID */ member in struct:__anon7410
268 uint16_t dcid; /* destination channel ID */ member in struct:__anon7411
300 uint16_t dcid; /* destination channel ID */ member in struct:__anon7415

Completed in 20 milliseconds