Searched refs:bp_htype (Results 1 – 4 of 4) sorted by relevance
80 if (bp->bp_htype != 1) in bootp_print()81 printf(" htype-#%d", bp->bp_htype); in bootp_print()84 if (bp->bp_htype != 1 || bp->bp_hlen != 6) in bootp_print()118 if (bp->bp_htype == 1 && bp->bp_hlen == 6) { in bootp_print()
27 unsigned char bp_htype; /* hardware addr type */ member
33 u_char bp_htype; /* hardware addr type */ member
100 bp->bp_htype = HTYPE_ETHERNET; /* 10Mb Ethernet (48 bits) */ in bootp()