Searched refs:bootp_id (Results 1 – 2 of 2) sorted by relevance
706 u32 bootp_id; in bootp_request() local785 bootp_id = ((u32)net_ethaddr[2] << 24) in bootp_request()789 bootp_id += get_timer(0); in bootp_request()790 bootp_id = htonl(bootp_id); in bootp_request()791 bootp_add_id(bootp_id); in bootp_request()792 net_copy_u32(&bp->bp_id, &bootp_id); in bootp_request()
62 extern u32 bootp_id; /* ID of cur BOOTP request */