Home
last modified time | relevance | path

Searched refs:bp_hlen (Results 1 – 6 of 6) 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/slirp2/
Dbootp.h98 uint8_t bp_hlen; member
Dbootp.c188 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