Searched refs:bp_hlen (Results 1 – 6 of 6) sorted by relevance
76 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()
26 u_int8_t bp_hlen; /* hardware addr length */ member
98 uint8_t bp_hlen; member
188 rbp->bp_hlen = 6; in bootp_reply()
555 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()
303 char bp_hlen; member