Searched refs:bp_xid (Results 1 – 8 of 8) sorted by relevance
227 rbp->bp_xid = bp->bp_xid; in bootp_reply()
102 uint32_t bp_xid; member
230 rbp->bp_xid = bp->bp_xid; in bootp_reply()
560 ip.bp.bp_xid = xid += htonl (starttime); in bootp()566 etherboot_printf ("bp_xid = %d\n", ip.bp.bp_xid); in bootp()624 etherboot_printf ("bp_xid = %d\n", (int) ip.bp.bp_xid); in bootp()892 && bootpreply->bp_xid == xid in await_reply()
305 unsigned long bp_xid; member
99 if (bp->bp_xid) in bootp_print()100 printf(", xid 0x%x", EXTRACT_32BITS(&bp->bp_xid)); in bootp_print()
28 u_int32_t bp_xid; /* transaction ID */ member