|
void | rtnl_route_set_table (struct rtnl_route *route, int table) |
|
int | rtnl_route_get_table (struct rtnl_route *route) |
|
void | rtnl_route_set_scope (struct rtnl_route *route, int scope) |
|
int | rtnl_route_get_scope (struct rtnl_route *route) |
|
void | rtnl_route_set_tos (struct rtnl_route *route, int tos) |
|
int | rtnl_route_get_tos (struct rtnl_route *route) |
|
void | rtnl_route_set_realms (struct rtnl_route *route, realm_t realms) |
|
realm_t | rtnl_route_get_realms (struct rtnl_route *route) |
|
void | rtnl_route_set_protocol (struct rtnl_route *route, int proto) |
|
int | rtnl_route_get_protocol (struct rtnl_route *route) |
|
void | rtnl_route_set_prio (struct rtnl_route *route, int prio) |
|
int | rtnl_route_get_prio (struct rtnl_route *route) |
|
void | rtnl_route_set_family (struct rtnl_route *route, int family) |
|
int | rtnl_route_get_family (struct rtnl_route *route) |
|
int | rtnl_route_set_dst (struct rtnl_route *route, struct nl_addr *addr) |
|
struct nl_addr * | rtnl_route_get_dst (struct rtnl_route *route) |
|
int | rtnl_route_get_dst_len (struct rtnl_route *route) |
|
int | rtnl_route_set_src (struct rtnl_route *route, struct nl_addr *addr) |
|
struct nl_addr * | rtnl_route_get_src (struct rtnl_route *route) |
|
int | rtnl_route_get_src_len (struct rtnl_route *route) |
|
int | rtnl_route_set_gateway (struct rtnl_route *route, struct nl_addr *addr) |
|
struct nl_addr * | rtnl_route_get_gateway (struct rtnl_route *route) |
|
void | rtnl_route_set_type (struct rtnl_route *route, int type) |
|
int | rtnl_route_get_type (struct rtnl_route *route) |
|
void | rtnl_route_set_flags (struct rtnl_route *route, unsigned int flags) |
|
void | rtnl_route_unset_flags (struct rtnl_route *route, unsigned int flags) |
|
unsigned int | rtnl_route_get_flags (struct rtnl_route *route) |
|
int | rtnl_route_set_metric (struct rtnl_route *route, int metric, uint32_t value) |
|
int | rtnl_route_unset_metric (struct rtnl_route *route, int metric) |
|
unsigned int | rtnl_route_get_metric (struct rtnl_route *route, int metric) |
|
int | rtnl_route_set_pref_src (struct rtnl_route *route, struct nl_addr *addr) |
|
struct nl_addr * | rtnl_route_get_pref_src (struct rtnl_route *route) |
|
void | rtnl_route_set_oif (struct rtnl_route *route, int ifindex) |
|
int | rtnl_route_get_oif (struct rtnl_route *route) |
|
void | rtnl_route_set_iif (struct rtnl_route *route, const char *name) |
|
char * | rtnl_route_get_iif (struct rtnl_route *route) |
|
void | rtnl_route_add_nexthop (struct rtnl_route *route, struct rtnl_nexthop *nh) |
|
void | rtnl_route_remove_nexthop (struct rtnl_nexthop *nh) |
|
struct nl_list_head * | rtnl_route_get_nexthops (struct rtnl_route *route) |
|
void | rtnl_route_set_cacheinfo (struct rtnl_route *route, struct rtnl_rtcacheinfo *ci) |
|
uint32_t | rtnl_route_get_mp_algo (struct rtnl_route *route) |
|
void | rtnl_route_set_mp_algo (struct rtnl_route *route, uint32_t algo) |
|