|
Electroneum
|
#include "../commonrdr.h"
Go to the source code of this file.
Functions | |
| 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_redirect_and_filter_rules (const char *ifname, unsigned short eport, int proto) |
| 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 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 delete_redirect_and_filter_rules | ( | const char * | ifname, |
| unsigned short | eport, | ||
| int | proto ) |
| int delete_redirect_rule | ( | const char * | ifname, |
| unsigned short | eport, | ||
| int | proto ) |