Eneboo - Documentación para desarrolladores
|
Clases | |
struct | bio_connect_st |
'defines' | |
#define | USE_SOCKETS |
#define | SOCKET_PROTOCOL IPPROTO_TCP |
'typedefs' | |
typedef struct bio_connect_st | BIO_CONNECT |
Funciones | |
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 |
#define USE_SOCKETS |
typedef struct bio_connect_st BIO_CONNECT |
void BIO_CONNECT_free | ( | BIO_CONNECT * | a | ) |
BIO_CONNECT * BIO_CONNECT_new | ( | void | ) |
BIO* BIO_new_connect | ( | char * | str | ) |
BIO_METHOD* BIO_s_connect | ( | void | ) |