Searched defs:Route (Results 1 - 1 of 1) sorted by relevance

/systemd/src/network/
H A Dnetworkd-route.h22 typedef struct Route Route; typedef in typeref:struct:Route
27 struct Route { struct
52 LIST_FIELDS(Route, routes);
55 int route_new_static(Network *network, unsigned section, Route **ret);
56 int route_new(Route **ret);
57 void route_free(Route *route);
58 int route_configure(Route *route, Link *link, sd_netlink_message_handler_t callback);
59 int route_remove(Route *route, Link *link, sd_netlink_message_handler_t callback);
61 int route_get(Link *link, int family, union in_addr_union *dst, unsigned char dst_prefixlen, unsigned char tos, uint32_t priority, unsigned char table, Route **re
[all...]

Completed in 1118 milliseconds