Searched refs:found_iana (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
436 assert_se(!found_iana);
437 found_iana = true;
474 assert_se(found_clientid && found_iana && found_serverid &&
513 bool found_clientid = false, found_iana = false, local
532 assert_se(!found_iana);
533 found_iana = true;
552 assert_se(found_clientid && found_iana && found_elapsed_time);

Completed in 1520 milliseconds