Home
last modified time | relevance | path

Searched refs:bp_xid (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/bootpd/
H A Dbootp.h47 u_int32 bp_xid; /* transaction ID */ member
H A DChanges145 Use int for (struct bootp).bp_xid (for DEC Alpha)
/freebsd/stand/libsa/
H A Dbootp.h31 unsigned int bp_xid; /* transaction ID */ member
H A Dbootp.c155 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()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c117 if (bp->bp_xid) in bootp_print()
118 printf(" xid:%ld", (long)ntohl(bp->bp_xid)); in bootp_print()
H A Dbootptest.c304 bp->bp_xid = (u_int32) htonl(xid); in main()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c60 nd_uint32_t bp_xid; /* transaction ID */ member
320 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()
/freebsd/stand/i386/libi386/
H A Dpxe.c417 desc->xid = bootp_response->bp_xid; in pxe_netif_init()