Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c71 switch (bp->bp_op) { in bootp_print()
86 printf(" bootp-#%d", bp->bp_op); in bootp_print()
104 if (bp->bp_op == BOOTREQUEST) in bootp_print()
106 else if (bp->bp_op == BOOTREPLY) in bootp_print()
H A Dbootptest.c302 bp->bp_op = BOOTREQUEST; in main()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c56 nd_uint8_t bp_op; /* packet opcode type */ member
288 uint8_t bp_op, bp_htype, bp_hlen; in bootp_print() local
292 bp_op = GET_U_1(bp->bp_op); in bootp_print()
294 tok2str(bootp_op_values, "unknown (0x%02x)", bp_op)); in bootp_print()
298 if (bp_htype == 1 && bp_hlen == MAC_ADDR_LEN && bp_op == BOOTPREQUEST) { in bootp_print()
/freebsd/libexec/bootpd/
H A Dbootp.h43 unsigned char bp_op; /* packet opcode type */ member
H A Dbootpd.c554 switch (bp->bp_op) { in main()
658 bp->bp_op = BOOTREPLY; in handle_request()
/freebsd/stand/libsa/
H A Dbootp.h27 unsigned char bp_op; /* packet opcode type */ member
H A Dbootp.c152 bp->bp_op = BOOTREQUEST; in bootp()
327 if (bp->bp_op == BOOTREPLY && in bootprecv()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c467 switch (bp->bp_op) { in main()