Home
last modified time | relevance | path

Searched refs:rtmsg (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-message-rtnl.c21 struct rtmsg *rtm; in sd_rtnl_message_route_set_dst_prefixlen()
39 struct rtmsg *rtm; in sd_rtnl_message_route_set_src_prefixlen()
57 struct rtmsg *rtm; in sd_rtnl_message_route_set_scope()
71 struct rtmsg *rtm; in sd_rtnl_message_route_set_flags()
85 struct rtmsg *rtm; in sd_rtnl_message_route_get_flags()
100 struct rtmsg *rtm; in sd_rtnl_message_route_set_table()
114 struct rtmsg *rtm; in sd_rtnl_message_route_get_family()
129 struct rtmsg *rtm; in sd_rtnl_message_route_get_type()
144 struct rtmsg *rtm; in sd_rtnl_message_route_set_type()
158 struct rtmsg *rtm; in sd_rtnl_message_route_get_protocol()
[all …]
Dnetlink-types-rtnl.c1202 …_TYPE_NESTED, .type_system = &rtnl_route_type_system, .size = sizeof(struct rtmsg) },
1203 …_TYPE_NESTED, .type_system = &rtnl_route_type_system, .size = sizeof(struct rtmsg) },
1204 …_TYPE_NESTED, .type_system = &rtnl_route_type_system, .size = sizeof(struct rtmsg) },
/systemd-251/src/basic/linux/
Drtnetlink.h228 struct rtmsg { struct
388 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
389 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))