Searched refs:sd_ipv4ll_set_mac (Results 1 – 5 of 5) sorted by relevance
109 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()
52 assert_se(sd_ipv4ll_set_mac(ll, ha) >= 0); in client_run()
142 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr) { in sd_ipv4ll_set_mac() function
197 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()
46 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr);