Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:overl

305 	uint8_t overl = 0;
333 if (overl & 1) {
335 overl &= ~1;
338 } else if (overl & 2) {
340 overl &= ~2;
348 if (!overl)
349 overl = p[1];
1308 uint8_t overl = 0;
1310 get_option_uint8(&overl, dhcp, DHO_OPTIONSOVERLOADED);
1323 if (*dhcp->bootfile && !(overl & 1))
1325 if (*dhcp->servername && !(overl & 2))
1351 if (*dhcp->bootfile && !(overl & 1))
1353 if (*dhcp->servername && !(overl & 2))