Searched refs:bp_xid (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h49 u_int32 bp_xid; /* transaction ID */ member in struct:bootp
/freebsd-11-stable/stand/libsa/
H A Dbootp.h33 unsigned int bp_xid; /* transaction ID */ member in struct:bootp
H A Dbootp.c160 bp->bp_xid = htonl(d->xid);
310 if (bp->bp_xid != htonl(d->xid)) {
314 d->xid, ntohl(bp->bp_xid));
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c121 if (bp->bp_xid)
122 printf(" xid:%ld", (long)ntohl(bp->bp_xid));
H A Dbootptest.c311 bp->bp_xid = (u_int32) htonl(xid);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c63 uint32_t bp_xid; /* transaction ID */ member in struct:bootp
320 if (EXTRACT_32BITS(&bp->bp_xid))
321 ND_PRINT((ndo, ", xid 0x%x", EXTRACT_32BITS(&bp->bp_xid)));
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.c420 desc->xid = bootp_response->bp_xid;

Completed in 79 milliseconds