OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
bss_acpt.c File Reference
#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/bio.h>

Go to the source code of this file.

Classes

struct  bio_accept_st
 

Macros

#define USE_SOCKETS
 
#define SOCKET_PROTOCOL   IPPROTO_TCP
 
#define ACPT_S_BEFORE   1
 
#define ACPT_S_GET_ACCEPT_SOCKET   2
 
#define ACPT_S_OK   3
 

Typedefs

typedef struct bio_accept_st BIO_ACCEPT
 

Functions

BIO_METHODBIO_s_accept (void)
 
BIOBIO_new_accept (char *str)
 

Macro Definition Documentation

#define ACPT_S_BEFORE   1

Definition at line 106 of file bss_acpt.c.

#define ACPT_S_GET_ACCEPT_SOCKET   2

Definition at line 107 of file bss_acpt.c.

#define ACPT_S_OK   3

Definition at line 108 of file bss_acpt.c.

#define SOCKET_PROTOCOL   IPPROTO_TCP

Definition at line 70 of file bss_acpt.c.

#define USE_SOCKETS

Definition at line 61 of file bss_acpt.c.

Typedef Documentation

typedef struct bio_accept_st BIO_ACCEPT

Function Documentation

BIO* BIO_new_accept ( char *  str)

Definition at line 463 of file bss_acpt.c.

BIO_METHOD* BIO_s_accept ( void  )

Definition at line 124 of file bss_acpt.c.