Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c175 net_copy_ip(&net_ip, &bp->bp_yiaddr); in store_net_params()
767 net_write_ip(&bp->bp_yiaddr, zero_ip); in bootp_request()
1003 net_copy_ip(&offered_ip, &bp_offer->bp_yiaddr); in dhcp_send_request_packet()
1037 if (net_read_ip(&bp->bp_yiaddr).s_addr == 0) in dhcp_handler()
H A Dbootp.h45 struct in_addr bp_yiaddr; /* Your (client) IP address */ member