Searched refs:BIO_s_datagram (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BIO_s_datagram.pod | 5 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 D | DTLSv1_listen.pod | 69 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 D | man.inc | 52 BIO_s_datagram.3 \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bss_dgram.c | 139 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 D | bss_dgram.c | 141 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 D | bio.h.in | 463 /* 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 D | bio.h | 606 const BIO_METHOD *BIO_s_datagram(void);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | missingcrypto111.txt | 235 BIO_s_datagram(3)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/ |
| H A D | build.info | 654 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 D | crypto.map | 368 BIO_s_datagram;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | libcrypto.num | 1119 BIO_s_datagram 1112 1_1_0 EXIST::FUNCTION:DGRAM
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 1975 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram
|