OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
test.c File Reference
#include <arpa/inet.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <unistd.h>
#include "test.h"
#include "easy-tls.h"

Go to the source code of this file.

Macros

#define L_PORT   9999
 
#define C_PORT   443
 

Functions

void test_process_init (int fd, int client_p, void *apparg)
 
void test_errflush (int child_p, char *errbuf, size_t num, void *apparg)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define C_PORT   443

Definition at line 5 of file test.c.

#define L_PORT   9999

Definition at line 4 of file test.c.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 37 of file test.c.

void test_errflush ( int  child_p,
char *  errbuf,
size_t  num,
void apparg 
)

Definition at line 30 of file test.c.

void test_process_init ( int  fd,
int  client_p,
void apparg 
)

Definition at line 24 of file test.c.