|
Electroneum
|
#include <stdint.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <netinet/ip_fw.h>
Go to the source code of this file.
Macros | |
| #define | IP_FW_BASE (IP_FW_ADD - 5) |
| #define | IP_FW_INIT (IP_FW_BASE + 1) |
| #define | IP_FW_TERM (IP_FW_BASE + 2) |
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) |
| #define IP_FW_INIT (IP_FW_BASE + 1) |
| #define IP_FW_TERM (IP_FW_BASE + 2) |
| 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_ifname | ( | const char *const | value | ) |
| int ipfw_validate_protocol | ( | int | value | ) |