![]() |
TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
|
#include "server.h"#include "http_status.h"#include "api.h"#include <logging/logging.h>#include <netinet/in.h>#include <util/util.h>#include <errno.h>#include <string.h>#include <pthread.h>#include <unistd.h>#include <sys/ioctl.h>#include <stdlib.h>
Macros | |
| #define | _COMPONENT_ "api" |
Functions | |
| server_t * | server_new (const struct sockaddr_in6 *listen_sa, trib_t *trib) |
| void | server_run (server_t *server) |
| void | server_stop (server_t *server) |
| void | server_destroy (server_t *server) |
Implements HTTP server