Searched refs:sd_netlink_call_async (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | loopback-setup.c | 60 …r = sd_netlink_call_async(rtnl, NULL, req, generic_handler, NULL, s, LOOPBACK_SETUP_TIMEOUT_USEC, … in start_loopback() 95 …r = sd_netlink_call_async(rtnl, NULL, req, generic_handler, NULL, s, USEC_INFINITY, "systemd-loopb… in add_ipv4_address() 130 …r = sd_netlink_call_async(rtnl, NULL, req, generic_handler, NULL, s, USEC_INFINITY, "systemd-loopb… in add_ipv6_address()
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | test-netlink.c | 194 assert_se(sd_netlink_call_async(rtnl, NULL, m, link_handler, NULL, ifname, 0, NULL) >= 0); in test_event_loop() 227 …assert_se(sd_netlink_call_async(rtnl, &slot, m, link_handler, test_async_destroy, ifname, 0, "hoge… in test_async() 260 assert_se(sd_netlink_call_async(rtnl, &slot, m, link_handler, NULL, NULL, 0, NULL) >= 0); in test_slot_set() 344 …assert_se(sd_netlink_call_async(rtnl, NULL, m, link_handler2, test_async_object_destroy, t, 0, NUL… in test_async_destroy_callback() 358 …assert_se(sd_netlink_call_async(rtnl, &slot, m, link_handler2, test_async_object_destroy, t, 0, NU… in test_async_destroy_callback() 371 …assert_se(sd_netlink_call_async(rtnl, NULL, m, link_handler2, test_async_object_destroy, t, 0, NUL… in test_async_destroy_callback() 409 … assert_se(sd_netlink_call_async(rtnl, NULL, m1, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe() 412 … assert_se(sd_netlink_call_async(rtnl, NULL, m2, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe()
|
D | netlink-util.h | 108 sd_netlink_call_async(nl, ret_slot, message, \
|
D | sd-netlink.c | 597 int sd_netlink_call_async( in sd_netlink_call_async() function
|
/systemd-251/src/systemd/ |
D | sd-netlink.h | 53 int sd_netlink_call_async(sd_netlink *nl, sd_netlink_slot **ret_slot, sd_netlink_message *message,
|