Home | History | Annotate | Download | only in bio

Lines Matching refs:peer

601 #define BIO_ctrl_dgram_connect(b,peer)  \
602 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)
603 #define BIO_ctrl_set_connected(b, state, peer) \
604 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, state, (char *)peer)
609 #define BIO_dgram_get_peer(b,peer) \
610 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_PEER, 0, (char *)peer)
611 #define BIO_dgram_set_peer(b,peer) \
612 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)