Go to the source code of this file.
Classes | |
struct | bio_connect_st |
Macros | |
#define | USE_SOCKETS |
#define | SOCKET_PROTOCOL IPPROTO_TCP |
Typedefs | |
typedef struct bio_connect_st | BIO_CONNECT |
Functions | |
BIO_CONNECT * | BIO_CONNECT_new (void) |
void | BIO_CONNECT_free (BIO_CONNECT *a) |
BIO_METHOD * | BIO_s_connect (void) |
BIO * | BIO_new_connect (char *str) |
#define SOCKET_PROTOCOL IPPROTO_TCP |
Definition at line 70 of file bss_conn.c.
#define USE_SOCKETS |
Definition at line 61 of file bss_conn.c.
typedef struct bio_connect_st BIO_CONNECT |
void BIO_CONNECT_free | ( | BIO_CONNECT * | a | ) |
Definition at line 341 of file bss_conn.c.
BIO_CONNECT * BIO_CONNECT_new | ( | void | ) |
Definition at line 321 of file bss_conn.c.
BIO* BIO_new_connect | ( | char * | str | ) |
Definition at line 636 of file bss_conn.c.
BIO_METHOD* BIO_s_connect | ( | void | ) |
Definition at line 353 of file bss_conn.c.