Microchip® Advanced Software Framework

httpd.h File Reference
#include "contiki-net.h"
#include "httpd-fs.h"

Data Structures

struct  httpd_state
 

Functions

void httpd_appcall (void *state)
 
void httpd_init (void)
 
uint8_t httpd_sprint_ip4 (const uip_ip4addr_t *addr, char *result)
 
uint8_t httpd_sprint_ip6 (const uip_ip6addr_t *addr, char *result)
 

Variables

struct udp_socket led_socket
 

uint8_t httpd_sprint_ip4 ( const uip_ip4addr_t addr,
char *  result 
)

References uip_ipaddr_to_quad.

Referenced by make_addrmap().

uint8_t httpd_sprint_ip6 ( const uip_ip6addr_t addr,
char *  result 
)

References i, and uip_ip6addr_t::u16.

Referenced by make_tcp_stats().

struct udp_socket led_socket

Referenced by httpd_init().