Home
last modified time | relevance | path

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

/openbsd/sys/lib/libsa/
H A Dbootp.c102 bp->bp_xid = htonl(d->xid); in bootp()
165 if (bp->bp_xid != htonl(d->xid)) { in bootprecv()
169 d->xid, ntohl(bp->bp_xid)); in bootprecv()
H A Dbootp.h36 u_int bp_xid; /* transaction ID */ member
/openbsd/usr.sbin/tcpdump/
H A Dbootp.h30 u_int32_t bp_xid; /* transaction ID */ member
H A Dprint-bootp.c90 if (bp->bp_xid) in bootp_print()
91 printf(" xid:0x%x", (u_int32_t)ntohl(bp->bp_xid)); in bootp_print()