Searched defs:found_clientid (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dtest-dhcp6-client.c412 bool found_clientid = false, found_iana = false, found_serverid = false, local
427 assert_se(!found_clientid);
428 found_clientid = true;
474 assert_se(found_clientid && found_iana && found_serverid &&
513 bool found_clientid = false, found_iana = false, local
523 assert_se(!found_clientid);
524 found_clientid = true;
552 assert_se(found_clientid && found_iana && found_elapsed_time);
603 bool found_clientid = false, found_elapsed_time = false; local
616 assert_se(!found_clientid);
[all...]

Completed in 283 milliseconds