dhcp::server_ip_addr is only used within LwIP.
 
Symbols
loading...
Files
loading...

dhcp::server_ip_addr field

Syntax

ip_addr_t server_ip_addr;

References

LocationReferrerText
dhcp.h:89
ip_addr_t server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed to UDP) */
dhcp.c:342dhcp_handle_offer()
dhcp.c:394dhcp_select()
options_out_len = dhcp_option_long(options_out_len, msg_out->options, lwip_ntohl(ip4_addr_get_u32(ip_2_ip4(&dhcp->server_ip_addr))));
dhcp.c:1182dhcp_renew()
result = udp_sendto_if(dhcp_pcb, p_out, &dhcp->server_ip_addr, LWIP_IANA_PORT_DHCP_SERVER, netif);
dhcp.c:1334dhcp_release_and_stop()
ip_addr_copy(server_ip_addr, dhcp->server_ip_addr);
dhcp.c:1337dhcp_release_and_stop()
ip_addr_set_zero_ip4(&dhcp->server_ip_addr);

Data Use

Functions reading dhcp::server_ip_addr
dhcp::server_ip_addr
all items filtered out
Type of dhcp::server_ip_addr
dhcp::server_ip_addr
all items filtered out