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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h45 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
H A Dbootpd.c565 switch (bp->bp_op) {
671 bp->bp_op = BOOTREPLY;
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c75 switch (bp->bp_op) {
90 printf(" bootp-#%d", bp->bp_op);
108 if (bp->bp_op == BOOTREQUEST)
110 else if (bp->bp_op == BOOTREPLY)
H A Dbootptest.c309 bp->bp_op = BOOTREQUEST;
/freebsd-11-stable/stand/libsa/
H A Dbootp.h29 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
H A Dbootp.c157 bp->bp_op = BOOTREQUEST;
332 if (bp->bp_op == BOOTREPLY &&
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c59 uint8_t bp_op; /* packet opcode type */ member in struct:bootp
291 ND_TCHECK(bp->bp_op);
294 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op)));
297 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c478 switch (bp->bp_op) {

Completed in 153 milliseconds