Home
last modified time | relevance | path

Searched refs:sd_ndisc_set_mac (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-ndisc-rs.c274 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()
Dfuzz-ndisc-rs.c53 assert_se(sd_ndisc_set_mac(nd, &mac_addr) >= 0); in LLVMFuzzerTestOneInput()
Dsd-ndisc.c92 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr) { in sd_ndisc_set_mac() function
/systemd-251/src/systemd/
Dsd-ndisc.h83 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr);
/systemd-251/src/network/
Dnetworkd-ndisc.c1080 r = sd_ndisc_set_mac(link->ndisc, &link->hw_addr.ether); in ndisc_configure()
Dnetworkd-link.c2195 r = sd_ndisc_set_mac(link->ndisc, &link->hw_addr.ether); in link_update_hardware_address()