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

/external/qemu/slirp/
H A Dbootp.h102 uint32_t bp_xid; member in struct:bootp_t
H A Dbootp.c227 rbp->bp_xid = bp->bp_xid;
/external/qemu/slirp-android/
H A Dbootp.h102 uint32_t bp_xid; member in struct:bootp_t
H A Dbootp.c230 rbp->bp_xid = bp->bp_xid;
/external/tcpdump/
H A Dbootp.h28 u_int32_t bp_xid; /* transaction ID */ member in struct:bootp
H A Dprint-bootp.c99 if (bp->bp_xid)
100 printf(", xid 0x%x", EXTRACT_32BITS(&bp->bp_xid));
/external/grub/netboot/
H A Detherboot.h305 unsigned long bp_xid; member in struct:bootp_t
H A Dmain.c560 ip.bp.bp_xid = xid += htonl (starttime);
566 etherboot_printf ("bp_xid = %d\n", ip.bp.bp_xid);
624 etherboot_printf ("bp_xid = %d\n", (int) ip.bp.bp_xid);
892 && bootpreply->bp_xid == xid

Completed in 131 milliseconds