Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h117 #define DHCP_BOOTREPLY 2 macro
/third_party/lwip/src/core/ipv4/
Ddhcp.c1788 if (reply_msg->op != DHCP_BOOTREPLY) { in dhcp_recv()