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

  /external/qemu/slirp/
bootp.h 100 uint8_t bp_hlen; member in struct:bootp_t
bootp.c 229 rbp->bp_hlen = 6;
  /external/qemu/slirp-android/
bootp.h 100 uint8_t bp_hlen; member in struct:bootp_t
bootp.c 232 rbp->bp_hlen = 6;
  /external/tcpdump/
print-bootp.c 76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
93 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
94 printf(", hlen %d", bp->bp_hlen);
130 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {
bootp.h 26 u_int8_t bp_hlen; /* hardware addr length */ member in struct:bootp
  /external/grub/netboot/
etherboot.h 303 char bp_hlen; member in struct:bootp_t
main.c 555 ip.bp.bp_hlen = ETH_ALEN;
565 etherboot_printf ("bp_hlen = %d\n", ip.bp.bp_hlen);
623 etherboot_printf ("bp_hlen = %d\n", (int) ip.bp.bp_hlen);

Completed in 50 milliseconds