Searched refs:pipe_handler (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-netlink/ |
H A D | test-netlink.c | 233 static int pipe_handler(sd_netlink *rtnl, sd_netlink_message *m, void *userdata) { function 280 assert_se(sd_netlink_call_async(rtnl, m1, &pipe_handler, &counter, 0, NULL) >= 0); 283 assert_se(sd_netlink_call_async(rtnl, m2, &pipe_handler, &counter, 0, NULL) >= 0);
|
Completed in 286 milliseconds