Home
last modified time | relevance | path

Searched refs:options_endp (Results 1 – 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp.c1135 const uint8_t *options_endp = options_startp + sizeof(dhcp->options); in read_lease() local
1165 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()