Searched refs:dhcpquerytype (Results 1 – 1 of 1) sorted by relevance
160 int dhcpquerytype; /* dhcp type sent */ member511 switch (ifctx->dhcpquerytype) { in bootpc_received()530 (ifctx->dhcpquerytype == DHCP_DISCOVER && in bootpc_received()548 ifctx->dhcpquerytype == DHCP_DISCOVER) { in bootpc_received()554 ifctx->dhcpquerytype == DHCP_REQUEST) in bootpc_received()558 if (ifctx->dhcpquerytype == DHCP_DISCOVER && in bootpc_received()694 ifctx->dhcpquerytype != DHCP_REQUEST) || in bootpc_call()696 ifctx->dhcpquerytype != DHCP_DISCOVER) || in bootpc_call()698 ifctx->dhcpquerytype != DHCP_NOMSG)) { in bootpc_call()706 switch(ifctx->dhcpquerytype) { in bootpc_call()[all …]