Go to the source code of this file.
|
int | route_add (int type, int scope, inet_prefix *src, inet_prefix *to, struct nexthop *nhops, char *dev, u_char table) |
|
int | route_del (int type, int scope, inet_prefix *src, inet_prefix *to, struct nexthop *nhops, char *dev, u_char table) |
|
int | route_replace (int type, int scope, inet_prefix *src, inet_prefix *to, struct nexthop *nhops, char *dev, u_char table) |
|
int | route_change (int type, int scope, inet_prefix *src, inet_prefix *to, struct nexthop *nhops, char *dev, u_char table) |
|
int | route_append (int type, int scope, inet_prefix *src, inet_prefix *to, struct nexthop *nhops, char *dev, u_char table) |
|
int | route_get_exact_prefix_dst (inet_prefix, inet_prefix *, char *) |
|
int | route_flush_cache (int family) |
|
int | route_ip_forward (int family, int enable) |
|
int | route_rp_filter (int family, char *dev, int enable) |
|
int | route_rp_filter_all_dev (int family, interface *ifs, int ifs_n, int enable) |
|
Value:
struct
nexthop *nhops,
char *dev, u_char table
int type
Definition: krnl_route.c:49
int scope
Definition: if.c:38
Definition: krnl_route.h:26
#define RTPROT_NETSUKUKU 15 |
int route_flush_cache |
( |
int |
family | ) |
|
int route_ip_forward |
( |
int |
family, |
|
|
int |
enable |
|
) |
| |
int route_rp_filter |
( |
int |
family, |
|
|
char * |
dev, |
|
|
int |
enable |
|
) |
| |
int route_rp_filter_all_dev |
( |
int |
family, |
|
|
interface * |
ifs, |
|
|
int |
ifs_n, |
|
|
int |
enable |
|
) |
| |