Home
last modified time | relevance | path

Searched refs:BIO_s_datagram (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod5 BIO_s_datagram, BIO_new_dgram,
18 BIO_METHOD *BIO_s_datagram(void);
31 BIO_s_datagram() is a BIO implementation designed for use with network sockets
35 Because BIO_s_datagram() has datagram semantics, a single BIO_write() call sends
40 When using BIO_s_datagram(), it is important to note that:
61 Use of BIO_s_datagram() with an unconnected network socket is hazardous hecause
74 Various controls are available for configuring the BIO_s_datagram() using
88 This informs the BIO_s_datagram() whether the underlying socket has been
89 connected, and therefore how the BIO_s_datagram() should attempt to use the
92 If the I<peer> argument is non-NULL, BIO_s_datagram() assumes that the
[all …]
H A DDTLSv1_listen.pod69 L<BIO_s_datagram(3)> is used, the peer address is updated when receiving a
79 L<BIO_s_datagram(3)>; see L<BIO_s_datagram(3)> for details on this issue.
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c139 const BIO_METHOD *BIO_s_datagram(void) in BIO_s_datagram() function
148 ret = BIO_new(BIO_s_datagram()); in BIO_new_dgram()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile47 MAN+= BIO_s_datagram.3
774 MLINKS+= BIO_s_datagram.3 BIO_ctrl_dgram_connect.3
779 MLINKS+= BIO_s_datagram.3 BIO_ctrl_set_connected.3
784 MLINKS+= BIO_s_datagram.3 BIO_dgram_get_mtu_overhead.3
785 MLINKS+= BIO_s_datagram.3 BIO_dgram_get_peer.3
786 MLINKS+= BIO_s_datagram.3 BIO_dgram_recv_timedout.3
787 MLINKS+= BIO_s_datagram.3 BIO_dgram_send_timedout.3
788 MLINKS+= BIO_s_datagram.3 BIO_dgram_set_peer.3
872 MLINKS+= BIO_s_datagram.3 BIO_new_dgram.3
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in463 /* BIO_s_datagram(), BIO_s_fd(), BIO_s_socket(), BIO_s_accept() and BIO_s_connect() */
666 const BIO_METHOD *BIO_s_datagram(void);
H A Dbio.h689 const BIO_METHOD *BIO_s_datagram(void);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt235 BIO_s_datagram(3)
H A Dlibcrypto.num1084 BIO_s_datagram 1112 3_0_0 EXIST::FUNCTION:DGRAM
/freebsd/crypto/openssl/doc/
H A Dbuild.info654 DEPEND[html/man3/BIO_s_datagram.html]=man3/BIO_s_datagram.pod
655 GENERATE[html/man3/BIO_s_datagram.html]=man3/BIO_s_datagram.pod
656 DEPEND[man/man3/BIO_s_datagram.3]=man3/BIO_s_datagram.pod
657 GENERATE[man/man3/BIO_s_datagram.3]=man3/BIO_s_datagram.pod
2949 html/man3/BIO_s_datagram.html \
3557 man/man3/BIO_s_datagram.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map370 BIO_s_datagram;
/freebsd/crypto/openssl/
H A DCHANGES.md4452 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram