session.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
#include <unistd.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
Include dependency graph for session.c:

Go to the source code of this file.

Defines

#define socklen_t   int

Functions

char * pop3_connect (int sock, struct sockaddr_in *connection)
void pop3_disconnect (int sock)
int pop3_prepare (const char *servername, const int port, struct sockaddr_in *connection, struct hostent *server)

Define Documentation

#define socklen_t   int

Definition at line 30 of file session.c.


Function Documentation

char* pop3_connect ( int  sock,
struct sockaddr_in *  connection 
)

Definition at line 80 of file session.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void pop3_disconnect ( int  sock  ) 

Definition at line 107 of file session.c.

Here is the caller graph for this function:

int pop3_prepare ( const char *  servername,
const int  port,
struct sockaddr_in *  connection,
struct hostent *  server 
)

Definition at line 32 of file session.c.

Here is the caller graph for this function:

Generated on Wed Feb 29 22:51:45 2012 for CXXUtilities by  doxygen 1.6.3