Searched refs:bp_xid (Results 1 – 8 of 8) sorted by relevance
47 u_int32 bp_xid; /* transaction ID */ member
145 Use int for (struct bootp).bp_xid (for DEC Alpha)
31 unsigned int bp_xid; /* transaction ID */ member
155 bp->bp_xid = htonl(d->xid); in bootp()305 if (bp->bp_xid != htonl(d->xid)) { in bootprecv()309 d->xid, ntohl(bp->bp_xid)); in bootprecv()
117 if (bp->bp_xid) in bootp_print()118 printf(" xid:%ld", (long)ntohl(bp->bp_xid)); in bootp_print()
304 bp->bp_xid = (u_int32) htonl(xid); in main()
60 nd_uint32_t bp_xid; /* transaction ID */ member320 if (GET_BE_U_4(bp->bp_xid)) in bootp_print()321 ND_PRINT(", xid 0x%x", GET_BE_U_4(bp->bp_xid)); in bootp_print()
417 desc->xid = bootp_response->bp_xid; in pxe_netif_init()