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

/systemd/src/libsystemd-network/
H A Ddhcp6-lease-internal.h35 bool rapid_commit; member in struct:sd_dhcp6_lease
63 int dhcp6_lease_get_rapid_commit(sd_dhcp6_lease *lease, bool *rapid_commit);
H A Dsd-dhcp6-lease.c128 lease->rapid_commit = true;
133 int dhcp6_lease_get_rapid_commit(sd_dhcp6_lease *lease, bool *rapid_commit) { argument
135 assert_return(rapid_commit, -EINVAL);
137 *rapid_commit = lease->rapid_commit;
H A Dsd-dhcp6-client.c828 bool rapid_commit; local
842 r = dhcp6_lease_get_rapid_commit(lease, &rapid_commit);
846 if (!rapid_commit)

Completed in 96 milliseconds