Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/udhcp/
Dcommon.c236 scan_state->overload = 0; in init_scan_state()
267 if ((scan_state->overload & FILE_FIELD101) == FILE_FIELD) { in udhcp_scan_options()
269 scan_state->overload |= FILE_FIELD101; /* "we looked at it" */ in udhcp_scan_options()
274 if ((scan_state->overload & SNAME_FIELD101) == SNAME_FIELD) { in udhcp_scan_options()
276 scan_state->overload |= SNAME_FIELD101; /* "we looked at it" */ in udhcp_scan_options()
304 scan_state->overload |= scan_state->optionptr[OPT_DATA]; in udhcp_scan_options()
Dcommon.h125 int overload; member
Ddhcpc.c557 if (!(scan_state.overload & FILE_FIELD) && packet->file[0]) { in fill_envp()
562 if (!(scan_state.overload & SNAME_FIELD) && packet->sname[0]) { in fill_envp()