Home
last modified time | relevance | path

Searched refs:DHCP_BOOTREPLY (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddhcp.h178 #define DHCP_BOOTREPLY 2 macro
/lib/liblwip/src/core/
Ddhcp.c1560 if (reply_msg->op != DHCP_BOOTREPLY) { in dhcp_recv()