Searched refs:sd_ndisc_set_mac (Results 1 – 6 of 6) sorted by relevance
274 assert_se(sd_ndisc_set_mac(nd, &mac_addr) >= 0); in TEST()363 assert_se(sd_ndisc_set_mac(nd, &mac_addr) >= 0); in TEST()
53 assert_se(sd_ndisc_set_mac(nd, &mac_addr) >= 0); in LLVMFuzzerTestOneInput()
92 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr) { in sd_ndisc_set_mac() function
83 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr);
1080 r = sd_ndisc_set_mac(link->ndisc, &link->hw_addr.ether); in ndisc_configure()
2195 r = sd_ndisc_set_mac(link->ndisc, &link->hw_addr.ether); in link_update_hardware_address()