My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Functions
socketops.h File Reference

Go to the source code of this file.

Classes

struct  sock_settings
 

Functions

struct sock_settingswebserver_sock_settings (int port)
 
int init_socket (struct sock_settings *settings)
 
int read_socket (int fd, char *buf, int *buf_size)
 
int write_socket (int fd, char *buf, int *buf_size)
 

Function Documentation

int init_socket ( struct sock_settings settings)

Definition at line 43 of file socketops.c.

int read_socket ( int  fd,
char *  buf,
int *  buf_size 
)

Definition at line 84 of file socketops.c.

struct sock_settings* webserver_sock_settings ( int  port)

Definition at line 36 of file socketops.c.

int write_socket ( int  fd,
char *  buf,
int *  buf_size 
)

Definition at line 99 of file socketops.c.