Lines Matching defs:renew
96 u_int32_t renew, rebind, min_prefer, min_valid;
1746 * Renew - "Hard" binding, but client-supplied addresses are 'real'. Error
1755 * data does not error out (on renew/rebind as above), but we did not send
1948 * Sends a Renew/Rebind if the IA is not in the Reply message.
1987 reply.renew = reply.rebind = reply.min_prefer = reply.min_valid = 0;
2028 reply->renew = getULong(ia_data.data + 4);
2106 putULong(reply->buf.data + reply->cursor, reply->renew);
2120 * A not included IA ("cleanup" below) could give a Renew/Rebind.
2610 "not sending a solicit, request, renew, or "
2696 "not sending a solicit, request, renew, or "
3853 /* Note lowest values for later calculation of renew/rebind times. */
3866 * XXX: these options in a Renew or Rebind. It is not clear that this
3892 /* Wait before renew! */
4104 reply->renew = getULong(ia_data.data + 4);
4162 putULong(reply->buf.data + reply->cursor, reply->renew);
4635 "not sending a solicit, request, renew, or "
5128 /* Note lowest values for later calculation of renew/rebind times. */
5152 /* Wait before renew! */
5703 * Renew is when a client wants to extend its lease/prefix, at time T1.
5721 /* If the RENEW arrived via unicast and unicast option isn't set,
5728 * Renew our lease.
8454 reply->renew = 0;
8456 reply->renew = getULong(data.data);
8465 reply->renew = INFINITE_TIME;
8467 reply->renew = reply->min_prefer / 2;
8470 reply->renew = 0;
8473 putULong(reply->buf.data + ia_cursor + 8, reply->renew);