Home
last modified time | relevance | path

Searched refs:bp_hlen (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/
Dprint-bootp.c76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) { in bootp_print()
93 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()
94 printf(", hlen %d", bp->bp_hlen); in bootp_print()
130 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
Dbootp.h26 u_int8_t bp_hlen; /* hardware addr length */ member
/external/qemu/slirp-android/
Dbootp.h100 uint8_t bp_hlen; member
Dbootp.c232 rbp->bp_hlen = 6; in bootp_reply()
/external/qemu/slirp/
Dbootp.h100 uint8_t bp_hlen; member
Dbootp.c229 rbp->bp_hlen = 6; in bootp_reply()
/external/grub/netboot/
Dmain.c555 ip.bp.bp_hlen = ETH_ALEN; in bootp()
565 etherboot_printf ("bp_hlen = %d\n", ip.bp.bp_hlen); in bootp()
623 etherboot_printf ("bp_hlen = %d\n", (int) ip.bp.bp_hlen); in bootp()
Detherboot.h303 char bp_hlen; member