Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.h45 struct in_addr bp_yiaddr; /* Your (client) IP address */ member
Dbootp.c181 net_copy_ip(&net_ip, &bp->bp_yiaddr); in store_net_params()
780 net_write_ip(&bp->bp_yiaddr, zero_ip); in bootp_request()
1019 net_copy_ip(&offered_ip, &bp_offer->bp_yiaddr); in dhcp_send_request_packet()
1053 if (net_read_ip(&bp->bp_yiaddr).s_addr == 0) in dhcp_handler()
/external/tcpdump/
Dprint-bootp.c68 struct in_addr bp_yiaddr; /* 'your' IP address */ member
337 ND_TCHECK(bp->bp_yiaddr); in bootp_print()
338 if (EXTRACT_32BITS(&bp->bp_yiaddr.s_addr)) in bootp_print()
339 ND_PRINT((ndo, "\n\t Your-IP %s", ipaddr_string(ndo, &bp->bp_yiaddr))); in bootp_print()