Searched refs:bp_yiaddr (Results 1 - 3 of 3) sorted by last modified time

/u-boot/test/image/
H A Dspl_load_net.c65 net_write_ip(&bpr->bp_yiaddr, net_ip);
/u-boot/net/
H A Dbootp.c186 net_copy_ip(&net_ip, &bp->bp_yiaddr);
789 net_write_ip(&bp->bp_yiaddr, zero_ip);
1052 net_copy_ip(&offered_ip, &bp_offer->bp_yiaddr);
1083 if (net_read_ip(&bp->bp_yiaddr).s_addr == 0) {
H A Dbootp.h48 struct in_addr bp_yiaddr; /* Your (client) IP address */ member in struct:bootp_hdr

Completed in 51 milliseconds