Searched refs:bp_htype (Results 1 - 6 of 6) sorted by relevance

/external/qemu/slirp/
H A Dbootp.h99 uint8_t bp_htype; member in struct:bootp_t
H A Dbootp.c228 rbp->bp_htype = 1;
/external/qemu/slirp-android/
H A Dbootp.h99 uint8_t bp_htype; member in struct:bootp_t
H A Dbootp.c231 rbp->bp_htype = 1;
/external/tcpdump/
H A Dprint-bootp.c76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
89 if (bp->bp_htype != 1)
90 printf(", htype %d", bp->bp_htype);
93 if (bp->bp_htype != 1 || bp->bp_hlen != 6)
130 if (bp->bp_htype == 1 && bp->bp_hlen == 6) {
H A Dbootp.h25 u_int8_t bp_htype; /* hardware addr type */ member in struct:bootp

Completed in 812 milliseconds