Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h72 PACK_STRUCT_FLD_S(ip4_addr_p_t ciaddr);
/third_party/toybox/toys/pending/
Ddhcp.c157 uint32_t ciaddr; member
783 cli.sin_addr.s_addr = state->pdhcp.ciaddr; in send_app()
1025 if (state->status == STATE_RENEWING) memcpy(&state->pdhcp.ciaddr, &state->ipaddr.s_addr, 4); in dhcpc_sendmsg()
1039 memcpy(&state->pdhcp.ciaddr, &state->ipaddr.s_addr, 4); in dhcpc_sendmsg()
Ddhcpd.c145 uint32_t ciaddr; member
934 packet.iph.daddr = (broadcast || (gstate.rcvd.rcvd_pkt.ciaddr == 0))? in send_packet()
935 INADDR_BROADCAST : gstate.rcvd.rcvd_pkt.ciaddr; in send_packet()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c67 u_int32_t ciaddr; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c67 u_int32_t ciaddr; member
/third_party/lwip/src/core/ipv4/
Ddhcp.c1939 ip4_addr_copy(msg_out->ciaddr, *netif_ip4_addr(netif)); in dhcp_create_msg()
/third_party/lwip/
DCHANGELOG1972 * dhcp.c: Fixed bug #29072: Correctly set ciaddr based on message-type
/third_party/NuttX/
DReleaseNotes22862 ciaddr to the client address and keep it as 0. From Kevin Liu.