Lines Matching +full:single +full:- +full:channel
2 * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
25 * A QUIC Port (QUIC_PORT) represents a single UDP network socket and contains
27 * single QUIC connection. All QUIC_CHANNEL instances must belong to a
36 * channel and that channel will be automatically be bound to the next incoming
46 * This callback allows port_new_handshake_layer to pre-create a quic
47 * connection object for the incoming channel
61 * non-zero-length CIDs should be used. If 0, this port will only be used
62 * for a single connection, so a zero-length local CID can be used.
82 /* Create an outgoing channel using this port. */
86 * Create an incoming channel using this port.
88 * TODO(QUIC FUTURE): temporary TSERVER use only - will be removed.
93 * Pop an incoming channel from the incoming channel queue. Returns NULL if
119 * Re-poll the network BIOs already set to determine if their support for
147 * Restores port-level error to the error stack. To be called only if
185 * a channel which encountered the network error.