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

/freebsd-10.0-release/lib/libstand/
H A Dbootp.h27 unsigned char bp_op; /* packet opcode type */ member in struct:bootp
H A Dbootp.c129 bp->bp_op = BOOTREQUEST;
/freebsd-10.0-release/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) {
667 bp->bp_op = BOOTREPLY;
/freebsd-10.0-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c76 switch (bp->bp_op) {
91 printf(" bootp-#%d", bp->bp_op);
109 if (bp->bp_op == BOOTREQUEST)
111 else if (bp->bp_op == BOOTREPLY)
H A Dbootptest.c309 bp->bp_op = BOOTREQUEST;
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-bootp.c73 TCHECK(bp->bp_op);
76 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op));
78 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
/freebsd-10.0-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c478 switch (bp->bp_op) {

Completed in 96 milliseconds