#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/bio.h>
#include <openssl/dso.h>
Go to the source code of this file.
#define SOCKET_PROTOCOL IPPROTO_TCP |
int BIO_accept |
( |
int |
sock, |
|
|
char ** |
addr |
|
) |
| |
int BIO_get_accept_socket |
( |
char * |
host, |
|
|
int |
bind_mode |
|
) |
| |
int BIO_get_host_ip |
( |
const char * |
str, |
|
|
unsigned char * |
ip |
|
) |
| |
int BIO_get_port |
( |
const char * |
str, |
|
|
unsigned short * |
port_ptr |
|
) |
| |
struct hostent* BIO_gethostbyname |
( |
const char * |
name | ) |
|
|
read |
int BIO_set_tcp_ndelay |
( |
int |
s, |
|
|
int |
on |
|
) |
| |
int BIO_sock_error |
( |
int |
sock | ) |
|
int BIO_sock_init |
( |
void |
| ) |
|
int BIO_socket_ioctl |
( |
int |
fd, |
|
|
long |
type, |
|
|
void * |
arg |
|
) |
| |
int BIO_socket_nbio |
( |
int |
s, |
|
|
int |
mode |
|
) |
| |