Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Ddhcp.c177 static void dhcp_option_long(struct dhcp *dhcp, u32_t value);
300 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr))); in dhcp_select()
303 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->server_ip_addr))); in dhcp_select()
843 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr))); in dhcp_decline()
1038 dhcp_option_long(dhcp, ntohl(dhcp->offered_ip_addr.addr)); in dhcp_renew()
1043 dhcp_option_long(dhcp, ntohl(dhcp->server_ip_addr.addr)); in dhcp_renew()
1096 dhcp_option_long(dhcp, ntohl(dhcp->offered_ip_addr.addr)); in dhcp_rebind()
1099 dhcp_option_long(dhcp, ntohl(dhcp->server_ip_addr.addr)); in dhcp_rebind()
1141 dhcp_option_long(dhcp, ntohl(ip4_addr_get_u32(&dhcp->offered_ip_addr))); in dhcp_reboot()
1294 dhcp_option_long(struct dhcp *dhcp, u32_t value) in dhcp_option_long() function

Completed in 6 milliseconds