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

/external/qemu/slirp/
H A Dbootp.h98 uint8_t bp_op; member in struct:bootp_t
H A Dbootp.c166 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/
H A Dbootp.h98 uint8_t bp_op; member in struct:bootp_t
H A Dbootp.c171 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/
H A Dprint-bootp.c71 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) {
H A Dbootp.h24 u_int8_t bp_op; /* packet opcode type */ member in struct:bootp

Completed in 129 milliseconds