Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_obj_local.h198 ossl_quic_obj_get0_port(const QUIC_OBJ *obj) in ossl_quic_obj_get0_port() function
237 ? ossl_quic_obj_get0_port(obj) : NULL; in ossl_quic_obj_get0_port_local()
H A Dquic_impl.c1146 port = ossl_quic_obj_get0_port(obj); in quic_set0_net_rbio()
1167 port = ossl_quic_obj_get0_port(obj); in quic_set0_net_wbio()
1214 port = ossl_quic_obj_get0_port(ctx.obj); in ossl_quic_conn_get_net_rbio()
1227 port = ossl_quic_obj_get0_port(ctx.obj); in ossl_quic_conn_get_net_wbio()
1383 port = ossl_quic_obj_get0_port(ctx.obj); in ossl_quic_get_rpoll_descriptor()
1402 port = ossl_quic_obj_get0_port(ctx.obj); in ossl_quic_get_wpoll_descriptor()
1892 port = ossl_quic_obj_get0_port(ctx->obj); in quic_do_handshake()
3247 port = ossl_quic_obj_get0_port(ctx.obj); in SSL_inject_net_dgram()