Searched refs:BIO_CTRL_DGRAM_SET_PEER (Results 1 – 4 of 4) sorted by relevance
130 # define BIO_CTRL_DGRAM_SET_PEER 44/* Destination for the data */ macro598 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)(peer))
131 # define BIO_CTRL_DGRAM_SET_PEER 44/* Destination for the data */ macro575 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)(peer))
312 BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, &peer); in dgram_read()576 case BIO_CTRL_DGRAM_SET_PEER: in dgram_ctrl()
120 =item BIO_dgram_set_peer (BIO_CTRL_DGRAM_SET_PEER)