Home
last modified time | relevance | path

Searched refs:bio_changed (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port_local.h117 unsigned int bio_changed : 1; member
H A Dquic_port.c171 port->bio_changed = 1; in port_init()
337 if (!force && !port->bio_changed) in ossl_quic_port_update_poll_descriptors()
346 port->bio_changed = 0; in ossl_quic_port_update_poll_descriptors()
391 port->bio_changed = 1; in port_update_addressing_mode()