Home
last modified time | relevance | path

Searched refs:DHCP_OFFER (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h182 #define DHCP_OFFER 2 macro
/external/dhcpcd-6.8.2/
Ddhcp.h54 #define DHCP_OFFER 2 macro
Ddhcp.c92 { DHCP_OFFER, "OFFER" },
2979 if (type == DHCP_OFFER && dhcp->yiaddr == 0) { in dhcp_handledhcp()
3025 if ((type == 0 || type == DHCP_OFFER || type == DHCP_ACK) && in dhcp_handledhcp()
3050 if ((type == 0 || type == DHCP_OFFER) && in dhcp_handledhcp()
3099 if (type == DHCP_OFFER) { in dhcp_handledhcp()
/external/syslinux/core/lwip/src/core/
Ddhcp.c1602 else if ((msg_type == DHCP_OFFER) && (dhcp->state == DHCP_SELECTING)) { in dhcp_recv()