Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h73 PACK_STRUCT_FLD_S(ip4_addr_p_t yiaddr);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c68 u_int32_t yiaddr; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c68 u_int32_t yiaddr; member
/third_party/toybox/toys/pending/
Ddhcpd.c146 uint32_t yiaddr; member
2013 gstate.send.send_pkt.yiaddr = getip_from_pool(requested_nip, in dhcpd_main()
2015 if(!gstate.send.send_pkt.yiaddr){ in dhcpd_main()
2040 gstate.send.send_pkt.yiaddr = getip_from_pool(requested_nip, in dhcpd_main()
2043 if (!gstate.send.send_pkt.yiaddr) { in dhcpd_main()
Ddhcp.c158 uint32_t yiaddr; member
1201 memcpy(&presult->ipaddr.s_addr, &state->pdhcp.yiaddr, 4); in dhcpc_parsemsg()
1368 memcpy(&state->ipaddr.s_addr,&state->pdhcp.yiaddr, 4); in dhcp_main()
/third_party/lwip/src/core/ipv4/
Ddhcp.c352 ip4_addr_copy(dhcp->offered_ip_addr, msg_in->yiaddr); in dhcp_handle_offer()
647 ip4_addr_copy(dhcp->offered_ip_addr, msg_in->yiaddr); in dhcp_handle_ack()