#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include "dnet.h"
Go to the source code of this file.
Functions | |
route_t * | route_open (void) |
int | route_add (route_t *r, const struct route_entry *entry) |
int | route_delete (route_t *r, const struct route_entry *entry) |
int | route_get (route_t *r, struct route_entry *entry) |
int | route_loop (route_t *r, route_handler callback, void *arg) |
route_t * | route_close (route_t *r) |
|
Definition at line 27 of file route-none.c. References errno. |
|
Definition at line 55 of file route-none.c. References NULL. |
|
Definition at line 34 of file route-none.c. References errno. |
|
Definition at line 41 of file route-none.c. References errno. |
|
Definition at line 48 of file route-none.c. References errno. |
|
Definition at line 20 of file route-none.c. |