Home
last modified time | relevance | path

Searched refs:sd_radv_set_other_information (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-ndisc-ra.c191 assert_se(sd_radv_set_other_information(NULL, true) < 0); in TEST()
192 assert_se(sd_radv_set_other_information(ra, true) >= 0); in TEST()
193 assert_se(sd_radv_set_other_information(ra, false) >= 0); in TEST()
302 assert_se(sd_radv_set_other_information(ra, true) >= 0); in TEST()
Dsd-radv.c549 int sd_radv_set_other_information(sd_radv *ra, int other) { in sd_radv_set_other_information() function
/systemd-251/src/systemd/
Dsd-radv.h58 int sd_radv_set_other_information(sd_radv *ra, int other);
/systemd-251/src/network/
Dnetworkd-radv.c473 r = sd_radv_set_other_information(link->radv, link->network->router_other_information); in radv_configure()