Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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.
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc52 BIO_s_datagram.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_dgram.c141 const BIO_METHOD *BIO_s_datagram(void) in BIO_s_datagram() function
150 ret = BIO_new(BIO_s_datagram()); in BIO_new_dgram()
/netbsd-src/crypto/external/bsd/openssl/dist/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);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h606 const BIO_METHOD *BIO_s_datagram(void);
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmissingcrypto111.txt235 BIO_s_datagram(3)
/netbsd-src/crypto/external/bsd/openssl/dist/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 \
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map368 BIO_s_datagram;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num1119 BIO_s_datagram 1112 1_1_0 EXIST::FUNCTION:DGRAM
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES1975 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram