#include <openssl/bio.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include "internal.h"
Go to the source code of this file.
◆ BIO_new_socket()
BIO* BIO_new_socket |
( |
int |
fd, |
|
|
int |
close_flag |
|
) |
| |
◆ BIO_s_socket()
◆ closesocket()
static int closesocket |
( |
int |
sock | ) |
|
|
static |
◆ sock_ctrl()
◆ sock_free()
static int sock_free |
( |
BIO * |
bio | ) |
|
|
static |
◆ sock_read()
static int sock_read |
( |
BIO * |
b, |
|
|
char * |
out, |
|
|
int |
outl |
|
) |
| |
|
static |
◆ sock_write()
◆ methods_sockp
Initial value:
Definition at line 171 of file socket.c.