|
Monero
|
#include "ipfwaux.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <syslog.h>#include <unistd.h>
Functions | |
| int | ipfw_exec (int optname, void *optval, uintptr_t optlen) |
| void | ipfw_free_ruleset (struct ip_fw **rules) |
| int | ipfw_fetch_ruleset (struct ip_fw **rules, int *total_fetched, int count) |
| int | ipfw_validate_protocol (int value) |
| int | ipfw_validate_ifname (const char *const value) |
| int ipfw_exec | ( | int | optname, |
| void * | optval, | ||
| uintptr_t | optlen ) |
| int ipfw_fetch_ruleset | ( | struct ip_fw ** | rules, |
| int * | total_fetched, | ||
| int | count ) |
| void ipfw_free_ruleset | ( | struct ip_fw ** | rules | ) |
| int ipfw_validate_protocol | ( | int | value | ) |