Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Ddhcp.c166 static void dhcp_option_long(struct dhcp *dhcp, u32_t value);
286 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr))); in dhcp_select()
289 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->server_ip_addr))); in dhcp_select()
839 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr))); in dhcp_decline()
1043 dhcp_option_long(dhcp, ntohl(dhcp->offered_ip_addr.addr)); in dhcp_renew()
1048 dhcp_option_long(dhcp, ntohl(dhcp->server_ip_addr.addr)); in dhcp_renew()
1106 dhcp_option_long(dhcp, ntohl(dhcp->offered_ip_addr.addr)); in dhcp_rebind()
1109 dhcp_option_long(dhcp, ntohl(dhcp->server_ip_addr.addr)); in dhcp_rebind()
1151 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr))); in dhcp_reboot()
1304 dhcp_option_long(struct dhcp *dhcp, u32_t value) in dhcp_option_long() function