Searched refs:sd_radv_set_other_information (Results 1 – 4 of 4) sorted by relevance
191 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()
549 int sd_radv_set_other_information(sd_radv *ra, int other) { in sd_radv_set_other_information() function
58 int sd_radv_set_other_information(sd_radv *ra, int other);
473 r = sd_radv_set_other_information(link->radv, link->network->router_other_information); in radv_configure()