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

  /external/qemu/slirp/
bootp.h 101 uint8_t bp_hops; member in struct:bootp_t
  /external/qemu/slirp-android/
bootp.h 101 uint8_t bp_hops; member in struct:bootp_t
  /external/tcpdump/
bootp.h 27 u_int8_t bp_hops; /* gateway hops */ member in struct:bootp
print-bootp.c 97 if (bp->bp_hops)
98 printf(", hops %d", bp->bp_hops);
  /external/grub/netboot/
etherboot.h 304 char bp_hops; member in struct:bootp_t
main.c 568 etherboot_printf ("bp_hops = %d\n", (int) ip.bp.bp_hops);
626 etherboot_printf ("bp_hops = %d\n", (int) ip.bp.bp_hops);

Completed in 99 milliseconds