Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c194 unsigned char* last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply() local
195 if (last_opt && last_opt < end - total) { in dhcp_reply()