Home
last modified time | relevance | path

Searched refs:sd_rtnl_message_addr_get_scope (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Dlocal-addresses.c133 r = sd_rtnl_message_addr_get_scope(m, &a->scope); in local_addresses()
/systemd-251/src/systemd/
Dsd-netlink.h144 int sd_rtnl_message_addr_get_scope(sd_netlink_message *m, unsigned char *scope);
/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c497 assert_se(sd_rtnl_message_addr_get_scope(m, &scope) >= 0); in test_get_addresses()
Dnetlink-message-rtnl.c620 int sd_rtnl_message_addr_get_scope(sd_netlink_message *m, unsigned char *scope) { in sd_rtnl_message_addr_get_scope() function
/systemd-251/src/resolve/
Dresolved-link.c1122 (void) sd_rtnl_message_addr_get_scope(m, &a->scope); in link_address_update_rtnl()
/systemd-251/src/network/
Dnetworkd-address.c1364 r = sd_rtnl_message_addr_get_scope(message, &tmp->scope); in manager_rtnl_process_address()