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

/systemd/src/libsystemd-network/
H A Ddhcp6-option.c193 uint32_t lt_t1, lt_t2, lt_valid, lt_pref, lt_min = ~0; local
211 lt_t2 = be32toh(ia->lifetime_t2);
213 if (lt_t1 && lt_t2 && lt_t1 > lt_t2) {
215 lt_t1, lt_t2);
305 lt_t2 = lt_min / 10 * 8;
307 ia->lifetime_t2 = htobe32(lt_t2);
310 lt_t1, lt_t2);

Completed in 7 milliseconds