httpd.h File Reference

#include "globals.h"
#include "stdint.h"

Include dependency graph for httpd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  http_parser

Defines

#define HTTPD_ENABLE   1
#define HTTP_PARSER_COUNT   3
#define HTTP_ADDR_PARSER   1
#define HTTP_NL_PARSER   2

Enumerations

enum  http_state_t {
  HTTP_STAT_ADDR, HTTP_STAT_GOTONL, HTTP_STAT_200, HTTP_STAT_501,
  HTTP_STAT_404, HTTP_STAT_CLOSE
}

Functions

void httpd_start (void)
void httpd_check (void)


Define Documentation

#define HTTP_ADDR_PARSER   1

Definition at line 44 of file httpd.h.

#define HTTP_NL_PARSER   2

Definition at line 45 of file httpd.h.

#define HTTP_PARSER_COUNT   3

Definition at line 42 of file httpd.h.

#define HTTPD_ENABLE   1

Definition at line 39 of file httpd.h.


Enumeration Type Documentation

Enumerator:
HTTP_STAT_ADDR 
HTTP_STAT_GOTONL 
HTTP_STAT_200 
HTTP_STAT_501 
HTTP_STAT_404 
HTTP_STAT_CLOSE 

Definition at line 47 of file httpd.h.


Function Documentation

void httpd_check ( void   ) 

Referenced by main().

Here is the caller graph for this function:

void httpd_start ( void   ) 

Referenced by main().

Here is the caller graph for this function:


Generated on Thu Jul 10 01:09:32 2008 for NIP by  doxygen 1.5.5