Lines Matching refs:buf_pr

406 void bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg);
434 bp_alloc(struct buf_pr *b, size_t size) in bp_alloc()
436 memset(b, 0, sizeof(struct buf_pr)); in bp_alloc()
449 bp_free(struct buf_pr *b) in bp_free()
459 bp_flush(struct buf_pr *b) in bp_flush()
475 bprintf(struct buf_pr *b, const char *format, ...) in bprintf()
502 bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg) in bprint_uint_arg()
520 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64()
870 print_port(struct buf_pr *bp, int proto, uint16_t port) in print_port()
913 print_newports(struct buf_pr *bp, const ipfw_insn_u16 *cmd, int proto, int opcode) in print_newports()
1132 print_reject_code(struct buf_pr *bp, uint16_t code) in print_reject_code()
1172 print_flags(struct buf_pr *bp, char const *name, const ipfw_insn *cmd, in print_flags()
1205 print_ip(struct buf_pr *bp, const struct format_opts *fo, in print_ip()
1309 format_mac(struct buf_pr *bp, const uint8_t *addr, const uint8_t *mask) in format_mac()
1328 print_mac(struct buf_pr *bp, const ipfw_insn_mac *mac) in print_mac()
1361 print_icmptypes(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_icmptypes()
1376 print_dscp(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_dscp()
1450 print_limit_mask(struct buf_pr *bp, const ipfw_insn_limit *limit) in print_limit_mask()
1467 print_instruction(struct buf_pr *bp, const struct format_opts *fo, in print_instruction()
1777 print_opcode(struct buf_pr *bp, struct format_opts *fo, in print_opcode()
1802 print_fwd(struct buf_pr *bp, const ipfw_insn *cmd) in print_fwd()
1830 print_action_instruction(struct buf_pr *bp, const struct format_opts *fo, in print_action_instruction()
2010 print_action(struct buf_pr *bp, struct format_opts *fo, in print_action()
2029 print_proto(struct buf_pr *bp, struct format_opts *fo, in print_proto()
2093 print_address(struct buf_pr *bp, struct format_opts *fo, in print_address()
2164 struct buf_pr *bp, struct ip_fw_rule *rule, struct ip_fw_bcounter *cntr) in show_static_rule()
2279 struct buf_pr *bp, ipfw_dyn_rule *d) in show_dyn_state()
2647 struct buf_pr *bp, ipfw_obj_tlv *rtlv, int rcnt) in list_static_range()
2687 struct buf_pr *bp; in list_dyn_state()
2690 bp = (struct buf_pr *)_arg; in list_dyn_state()
2710 struct buf_pr *bp, caddr_t base, size_t sz) in list_dyn_range()
2793 struct buf_pr bp; in ipfw_show_config()
5381 struct buf_pr bp; in ipfw_add()