Searched refs:bootp_id (Results 1 – 3 of 3) sorted by relevance
718 u32 bootp_id; in bootp_request() local797 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()
62 extern u32 bootp_id; /* ID of cur BOOTP request */
348 struct dhcp_netid id, bootp_id; in dhcp_reply() local379 bootp_id.net = "bootp"; in dhcp_reply()380 bootp_id.next = netid; in dhcp_reply()381 netid = &bootp_id; in dhcp_reply()