Lines Matching refs:rebind
1954 uint32_t u32, renew, rebind; in dhcp6_findia() local
2035 rebind = ntohl(u32); in dhcp6_findia()
2039 renew = rebind = 0; /* appease gcc */ in dhcp6_findia()
2063 if (renew > rebind && rebind > 0) { in dhcp6_findia()
2067 ifp->name, renew, rebind, sfrom); in dhcp6_findia()
2069 rebind = 0; in dhcp6_findia()
2074 if (rebind != 0 && in dhcp6_findia()
2075 (rebind < state->rebind || state->rebind == 0)) in dhcp6_findia()
2076 state->rebind = rebind; in dhcp6_findia()
2115 state->renew = state->rebind = state->expire = 0; in dhcp6_validatelease()
2984 state->rebind = 0; in dhcp6_handledata()
3010 if (state->rebind == 0) { in dhcp6_handledata()
3012 state->rebind = ND6_INFINITE_LIFETIME; in dhcp6_handledata()
3014 state->rebind = (uint32_t)(state->lowpl * 0.8); in dhcp6_handledata()
3044 if (state->rebind && state->rebind != ND6_INFINITE_LIFETIME) in dhcp6_handledata()
3046 (time_t)state->rebind, dhcp6_startrebind, ifp); in dhcp6_handledata()
3063 else if (state->renew || state->rebind) in dhcp6_handledata()
3067 ifp->name, state->renew, state->rebind); in dhcp6_handledata()