Home
last modified time | relevance | path

Searched refs:bp_htype (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dprint-bootp.c80 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()
Dbootp.h27 unsigned char bp_htype; /* hardware addr type */ member
/openbsd/src/sys/lib/libsa/
Dbootp.h33 u_char bp_htype; /* hardware addr type */ member
Dbootp.c100 bp->bp_htype = HTYPE_ETHERNET; /* 10Mb Ethernet (48 bits) */ in bootp()