Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dtest-ipv4ll.c109 assert_se(sd_ipv4ll_set_mac(NULL, NULL) == -EINVAL); in test_public_api_setters()
110 assert_se(sd_ipv4ll_set_mac(ll, NULL) == -EINVAL); in test_public_api_setters()
111 assert_se(sd_ipv4ll_set_mac(ll, &mac_addr) == 0); in test_public_api_setters()
141 assert_se(sd_ipv4ll_set_mac(ll, &mac_addr) == 0); in test_basic_request()
Dtest-ipv4ll-manual.c52 assert_se(sd_ipv4ll_set_mac(ll, ha) >= 0); in client_run()
Dsd-ipv4ll.c142 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr) { in sd_ipv4ll_set_mac() function
/systemd-251/src/network/
Dnetworkd-ipv4ll.c197 r = sd_ipv4ll_set_mac(link->ipv4ll, &link->hw_addr.ether); in ipv4ll_configure()
222 return sd_ipv4ll_set_mac(link->ipv4ll, &link->hw_addr.ether); in ipv4ll_update_mac()
/systemd-251/src/systemd/
Dsd-ipv4ll.h46 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr);