#include "config.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>#include "dnet.h"Go to the source code of this file.
Functions | |
| fw_t * | fw_open (void) |
| int | fw_add (fw_t *f, const struct fw_rule *rule) |
| int | fw_delete (fw_t *f, const struct fw_rule *rule) |
| int | fw_loop (fw_t *f, fw_handler callback, void *arg) |
| fw_t * | fw_close (fw_t *f) |
|
||||||||||||
|
Definition at line 25 of file fw-none.c. References errno. |
|
|
Definition at line 46 of file fw-none.c. References NULL. |
|
||||||||||||
|
Definition at line 32 of file fw-none.c. References errno. |
|
||||||||||||||||
|
Definition at line 39 of file fw-none.c. References errno. |
|
|
|
1.4.2