Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.c718 u32 bootp_id; in bootp_request() local
797 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request()
801 bootp_id += get_timer(0); in bootp_request()
802 bootp_id = htonl(bootp_id); in bootp_request()
803 bootp_add_id(bootp_id); in bootp_request()
804 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()
H A Dbootp.h62 extern u32 bootp_id; /* ID of cur BOOTP request */