Searched refs:sd_ipv4ll_unref (Results 1 - 5 of 5) sorted by relevance

/systemd/src/systemd/
H A Dsd-ipv4ll.h53 sd_ipv4ll *sd_ipv4ll_unref(sd_ipv4ll *ll);
56 _SD_DEFINE_POINTER_CLEANUP_FUNC(sd_ipv4ll, sd_ipv4ll_unref);
/systemd/src/libsystemd-network/
H A Dtest-ipv4ll.c145 assert_se(sd_ipv4ll_unref(ll) == NULL);
148 assert_se(sd_ipv4ll_unref(ll) == NULL);
203 assert_se(sd_ipv4ll_unref(ll) == NULL);
H A Dtest-ipv4ll-manual.c85 assert_se(!sd_ipv4ll_unref(ll));
H A Dsd-ipv4ll.c69 sd_ipv4ll *sd_ipv4ll_unref(sd_ipv4ll *ll) { function
/systemd/src/network/
H A Dnetworkd-link.c408 sd_ipv4ll_unref(link->ipv4ll);

Completed in 361 milliseconds