Home
last modified time | relevance | path

Searched refs:or_value (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_tmplt.h129 uint32_t or_value; member
H A Dql_misc.c1077 value |= hdr->or_value; in qla_rdmwr()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c1011 static uint64_t quic_mask_or_options(SSL *ssl, uint64_t mask_value, uint64_t or_value) in quic_mask_or_options() argument
1027 hs_or_value = (or_value & OSSL_QUIC_PERMITTED_OPTIONS_CONN); in quic_mask_or_options()
1034 = ((ctx.qc->default_ssl_options & ~mask_value) | or_value) in quic_mask_or_options()
1041 = ((ctx.xso->ssl_options & ~mask_value) | or_value) in quic_mask_or_options()