Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dtcp.h48 #define BIO_C_SET_NONBLOCK 1104 macro
57 #define BIO_set_nonblock(b, c) BIO_ctrl(b, BIO_C_SET_NONBLOCK, c, NULL)
H A Dtcp.c215 else if (cmd == BIO_C_SET_NONBLOCK) in transport_bio_simple_ctrl()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drdg.c2429 else if (cmd == BIO_C_SET_NONBLOCK) in rdg_bio_ctrl()
H A Dtsg.c2674 case BIO_C_SET_NONBLOCK: in transport_bio_tsg_ctrl()