Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:overl

311 	uint8_t overl = 0;
339 if (overl & 1) {
341 overl &= ~1;
344 } else if (overl & 2) {
346 overl &= ~2;
354 if (!overl)
355 overl = p[1];
1388 uint8_t overl = 0;
1390 get_option_uint8(&overl, dhcp, DHO_OPTIONSOVERLOADED);
1403 if (*dhcp->bootfile && !(overl & 1))
1405 if (*dhcp->servername && !(overl & 2))
1431 if (*dhcp->bootfile && !(overl & 1))
1433 if (*dhcp->servername && !(overl & 2))