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

dhcp::offered_ip_addr field

Syntax

ip4_addr_t offered_ip_addr;

References

LocationReferrerText
dhcp.h:90
ip4_addr_t offered_ip_addr;
dhcp.c:313dhcp_check()
result = etharp_query(netif, &dhcp->offered_ip_addr, NULL);
dhcp.c:346dhcp_handle_offer()
ip4_addr_copy(dhcp->offered_ip_addr, msg_in->yiaddr);
dhcp.c:391dhcp_select()
options_out_len = dhcp_option_long(options_out_len, msg_out->options, lwip_ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr)));
dhcp.c:641dhcp_handle_ack()
ip4_addr_copy(dhcp->offered_ip_addr, msg_in->yiaddr);
dhcp.c:916dhcp_arp_reply()
if (ip4_addr_cmp(addr, &dhcp->offered_ip_addr)) {
dhcp.c:950dhcp_decline()
options_out_len = dhcp_option_long(options_out_len, msg_out->options, lwip_ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr)));
dhcp.c:992dhcp_discover()
ip4_addr_set_any(&dhcp->offered_ip_addr);
dhcp.c:1107dhcp_bind()
u8_t first_octet = ip4_addr1(&dhcp->offered_ip_addr);
dhcp.c:1121dhcp_bind()
ip4_addr_get_network(&gw_addr, &dhcp->offered_ip_addr, &sn_mask);
dhcp.c:1139dhcp_bind()
netif_set_addr(netif, &dhcp->offered_ip_addr, &sn_mask, &gw_addr);
dhcp.c:1280dhcp_reboot()
options_out_len = dhcp_option_long(options_out_len, msg_out->options, lwip_ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr)));
dhcp.c:1338dhcp_release_and_stop()
ip4_addr_set_zero(&dhcp->offered_ip_addr);

Data Use

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