Go to the source code of this file.
|
| int | add_redirect_rule2 (const char *ifname, const char *rhost, unsigned short eport, const char *iaddr, unsigned short iport, int proto, const char *desc, unsigned int timestamp) |
| |
| int | add_filter_rule2 (const char *ifname, const char *rhost, const char *iaddr, unsigned short eport, unsigned short iport, int proto, const char *desc) |
| |
| int | delete_redirect_rule (const char *ifname, unsigned short eport, int proto) |
| |
| int | delete_filter_rule (const char *ifname, unsigned short eport, int proto) |
| |
| int | clear_redirect_rules (void) |
| |
◆ add_filter_rule2()
| int add_filter_rule2 |
( |
const char * |
ifname, |
|
|
const char * |
rhost, |
|
|
const char * |
iaddr, |
|
|
unsigned short |
eport, |
|
|
unsigned short |
iport, |
|
|
int |
proto, |
|
|
const char * |
desc |
|
) |
| |
◆ add_redirect_rule2()
| int add_redirect_rule2 |
( |
const char * |
ifname, |
|
|
const char * |
rhost, |
|
|
unsigned short |
eport, |
|
|
const char * |
iaddr, |
|
|
unsigned short |
iport, |
|
|
int |
proto, |
|
|
const char * |
desc, |
|
|
unsigned int |
timestamp |
|
) |
| |
◆ clear_redirect_rules()
| int clear_redirect_rules |
( |
void |
| ) |
|
◆ delete_filter_rule()
| int delete_filter_rule |
( |
const char * |
ifname, |
|
|
unsigned short |
eport, |
|
|
int |
proto |
|
) |
| |
◆ delete_redirect_rule()
| int delete_redirect_rule |
( |
const char * |
ifname, |
|
|
unsigned short |
eport, |
|
|
int |
proto |
|
) |
| |