Lines Matching full:rebind
1443 "%s: failed to rebind prior delegation", ifp->name);
1954 uint32_t u32, renew, rebind;
2035 rebind = ntohl(u32);
2039 renew = rebind = 0; /* appease gcc */
2063 if (renew > rebind && rebind > 0) {
2067 ifp->name, renew, rebind, sfrom);
2069 rebind = 0;
2074 if (rebind != 0 &&
2075 (rebind < state->rebind || state->rebind == 0))
2076 state->rebind = rebind;
2115 state->renew = state->rebind = state->expire = 0;
2831 /* PD doesn't use CONFIRM, so REBIND could
2984 state->rebind = 0;
3010 if (state->rebind == 0) {
3012 state->rebind = ND6_INFINITE_LIFETIME;
3014 state->rebind = (uint32_t)(state->lowpl * 0.8);
3044 if (state->rebind && state->rebind != ND6_INFINITE_LIFETIME)
3046 (time_t)state->rebind, dhcp6_startrebind, ifp);
3063 else if (state->renew || state->rebind)
3066 " rebind in %"PRIu32" seconds",
3067 ifp->name, state->renew, state->rebind);