Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Ddhcp.h127 #define DHCP_INFORM 8 macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Ddhcp.h129 #define DHCP_INFORM 8 macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Ddhcp.h188 #define DHCP_INFORM 8 macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Ddhcp.c721 dhcp_set_state(&dhcp, DHCP_INFORM); in dhcp_inform()
738 result = dhcp_create_msg(netif, &dhcp, DHCP_INFORM); in dhcp_inform()
1699 if ((message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || in dhcp_create_msg()
/nrf52832-nimble/rt-thread/components/net/lwip_dhcpd/
H A Ddhcp_server_raw.c586 else if (msg_type == DHCP_INFORM) in dhcp_server_recv()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Ddhcp.c831 p_out = dhcp_create_msg(netif, &dhcp, DHCP_INFORM, &options_out_len); in dhcp_inform()
837 …LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, &dhcp, DHCP_STATE_INFORMING, msg_out, DHCP_INFORM, &options_o… in dhcp_inform()
1934 …if ((message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || (message_type == DHCP_RELEA… in dhcp_create_msg()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Ddhcp.c817 result = dhcp_create_msg(netif, &dhcp, DHCP_INFORM); in dhcp_inform()
1863 …if ((message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || (message_type == DHCP_RELEA… in dhcp_create_msg()