Searched refs:options_endp (Results 1 – 1 of 1) sorted by relevance
1135 const uint8_t *options_endp = options_startp + sizeof(dhcp->options); in read_lease() local1165 if (options_endp > read_buffer + bytes) in read_lease()1166 options_endp = read_buffer + bytes; in read_lease()1168 while (options_startp < options_endp) { in read_lease()1209 options_endp = read_buffer + bytes; in read_lease()1210 if (options_startp >= options_endp || in read_lease()1211 options_startp + sizeof(state->server_info) > options_endp) in read_lease()