Searched refs:bp_hlen (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/lib/libsa/
H A Dbootp.h34 u_char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dbootp.c101 bp->bp_hlen = 6;
/openbsd-current/usr.sbin/tcpdump/
H A Dbootp.h28 unsigned char bp_hlen; /* hardware addr length */ member in struct:bootp
H A Dprint-bootp.c84 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
85 printf(" hlen:%d", bp->bp_hlen);
118 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {

Completed in 161 milliseconds