Home
last modified time | relevance | path

Searched refs:have_sent_any_pkt (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_port_local.h89 unsigned int have_sent_any_pkt : 1; member
H A Dquic_channel_local.h286 unsigned int have_sent_any_pkt : 1; member
H A Dquic_port.c406 if (!port->is_server && !port->have_sent_any_pkt) in port_rx_pre()
H A Dquic_channel.c2043 if (!ch->is_server && !ch->have_sent_any_pkt) in ch_rx()
2438 ch->have_sent_any_pkt = 1; /* Packet(s) were sent */ in ch_tx()
2439 ch->port->have_sent_any_pkt = 1; in ch_tx()
2859 if (!ch->have_sent_any_pkt) in ch_start_terminating()

Completed in 40 milliseconds