Searched refs:bp_htype (Results 1 - 8 of 8) 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
/external/grub/netboot/
H A Detherboot.h302 char bp_htype; member in struct:bootp_t
H A Dmain.c554 ip.bp.bp_htype = 1;
564 etherboot_printf ("bp_htype = %d\n", ip.bp.bp_htype);
622 etherboot_printf ("bp_htype = %d\n", (int) ip.bp.bp_htype);

Completed in 287 milliseconds