HomeSort by relevance Sort by last modified time
    Searched refs:bp_op (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
bootp.h 98 uint8_t bp_op; member in struct:bootp_t
bootp.c 166 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
226 rbp->bp_op = BOOTP_REPLY;
323 if (bp->bp_op == BOOTP_REQUEST) {
  /external/qemu/slirp-android/
bootp.h 98 uint8_t bp_op; member in struct:bootp_t
bootp.c 171 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
229 rbp->bp_op = BOOTP_REPLY;
327 if (bp->bp_op == BOOTP_REQUEST) {
  /external/tcpdump/
print-bootp.c 71 TCHECK(bp->bp_op);
74 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op));
76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
bootp.h 24 u_int8_t bp_op; /* packet opcode type */ member in struct:bootp
  /external/grub/netboot/
etherboot.h 301 char bp_op; member in struct:bootp_t
main.c 553 ip.bp.bp_op = BOOTP_REQUEST;
563 etherboot_printf ("bp_op = %d\n", ip.bp.bp_op);
621 etherboot_printf ("bp_op = %d\n", (int) ip.bp.bp_op);
891 && bootpreply->bp_op == BOOTP_REPLY

Completed in 71 milliseconds