Home
last modified time | relevance | path

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

/components/net/lwip-dhcpd/
A Ddhcp_server.c339 uint32_t request_ip = 0; in dhcpd_thread_entry() local
354 request_ip = *(dhcp_opt + 2) << 24 | *(dhcp_opt + 3) << 16 in dhcpd_thread_entry()
377 if (request_ip) in dhcpd_thread_entry()
382 …NTF("message_type: %d, request_ip: %08X, client_ip: %08X.\n", message_type, request_ip, client_ip); in dhcpd_thread_entry()
384 if (request_ip != client_ip) in dhcpd_thread_entry()

Completed in 3 milliseconds