Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c163 static int link_handler(sd_netlink *rtnl, sd_netlink_message *m, void *userdata) { in link_handler() function
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()
467 … assert_se(sd_netlink_add_match(rtnl, &s1, RTM_NEWLINK, link_handler, NULL, NULL, NULL) >= 0); in test_match()
468 … assert_se(sd_netlink_add_match(rtnl, &s2, RTM_NEWLINK, link_handler, NULL, NULL, NULL) >= 0); in test_match()
469 … assert_se(sd_netlink_add_match(rtnl, NULL, RTM_NEWLINK, link_handler, NULL, NULL, NULL) >= 0); in test_match()