Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.h62 extern u32 bootp_id; /* ID of cur BOOTP request */
A Dbootp.c731 u32 bootp_id; in bootp_request() local
810 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request()
814 bootp_id += get_timer(0); in bootp_request()
815 bootp_id = htonl(bootp_id); in bootp_request()
816 bootp_add_id(bootp_id); in bootp_request()
817 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()

Completed in 4 milliseconds