Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:overl

263 	uint8_t overl = 0;
289 if (overl & 1) {
291 overl &= ~1;
294 } else if (overl & 2) {
296 overl &= ~2;
304 if (!overl)
305 overl = p[1];
1215 uint8_t overl = 0;
1217 get_option_uint8(&overl, dhcp, DHO_OPTIONSOVERLOADED);
1230 if (*dhcp->bootfile && !(overl & 1))
1232 if (*dhcp->servername && !(overl & 2))
1258 if (*dhcp->bootfile && !(overl & 1))
1260 if (*dhcp->servername && !(overl & 2))