HomeSort by relevance Sort by last modified time
    Searched refs:bp_xid (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
bootp.h 102 uint32_t bp_xid; member in struct:bootp_t
bootp.c 227 rbp->bp_xid = bp->bp_xid;
  /external/qemu/slirp-android/
bootp.h 102 uint32_t bp_xid; member in struct:bootp_t
bootp.c 230 rbp->bp_xid = bp->bp_xid;
  /external/tcpdump/
bootp.h 28 u_int32_t bp_xid; /* transaction ID */ member in struct:bootp
print-bootp.c 99 if (bp->bp_xid)
100 printf(", xid 0x%x", EXTRACT_32BITS(&bp->bp_xid));
  /external/grub/netboot/
etherboot.h 305 unsigned long bp_xid; member in struct:bootp_t
main.c 560 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 601 milliseconds