Lines Matching refs:dcid
45 const QUIC_CONN_ID *dcid; member
57 #define RX_OP_SET_RX_DCID(dcid) \ argument
58 { RX_TEST_OP_SET_RX_DCID, 0, NULL, 0, NULL, 0, 0, 0, &(dcid), NULL },
66 #define RX_OP_PROVIDE_SECRET_INITIAL(dcid) \ argument
67 { RX_TEST_OP_PROVIDE_SECRET_INITIAL, 0, NULL, 0, NULL, 0, 0, 0, &(dcid), NULL },
1766 const QUIC_CONN_ID *dcid) in demux_default_handler() argument
1770 if (dcid == NULL || !ossl_quic_conn_id_eq(dcid, &s->rx_dcid)) in demux_default_handler()
1824 s.rx_dcid = *op->dcid; in rx_run_script()
1839 op->dcid, 0, in rx_run_script()
3012 const QUIC_CONN_ID *dcid; member
3024 #define TX_OP_PROVIDE_SECRET_INITIAL(dcid, is_server) \ argument
3026 NULL, 0, NULL, 0, (is_server), &(dcid) },
3633 op->dcid, in tx_run_script()