Searched refs:buf_pr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/ipfw/ |
H A D | ipfw2.h | 339 struct buf_pr { struct 347 int pr_u64(struct buf_pr *bp, void *pd, int width); argument 348 int bp_alloc(struct buf_pr *b, size_t size); 349 void bp_free(struct buf_pr *b); 350 int bprintf(struct buf_pr *b, const char *format, ...); 428 void print_altq_cmd(struct buf_pr *bp, const struct _ipfw_insn_altq *altqptr); 439 void print_unreach6_code(struct buf_pr *bp, uint16_t code); 440 void print_ip6(struct buf_pr *bp, const struct _ipfw_insn_ip6 *cmd); 441 void print_flow6id(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd); 442 void print_icmp6types(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd); [all …]
|
H A D | ipv6.c | 71 print_unreach6_code(struct buf_pr *bp, uint16_t code) in print_unreach6_code() 85 print_ip6(struct buf_pr *bp, const ipfw_insn_ip6 *cmd) in print_ip6() 166 print_icmp6types(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_icmp6types() 182 print_flow6id(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_flow6id() 258 print_ext6hdr(struct buf_pr *bp, const ipfw_insn *cmd ) in print_ext6hdr()
|
H A D | ipfw2.c | 436 void bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg); 470 bp_alloc(struct buf_pr *b, size_t size) in bp_alloc() 472 memset(b, 0, sizeof(struct buf_pr)); in bp_alloc() 485 bp_free(struct buf_pr *b) in bp_free() 495 bp_flush(struct buf_pr *b) in bp_flush() 511 bprintf(struct buf_pr *b, const char *format, ...) in bprintf() 538 bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg) in bprint_uint_arg() 556 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64() 947 print_port(struct buf_pr *bp, int proto, uint16_t port) in print_port() 990 print_newports(struct buf_pr *bp, const ipfw_insn_u16 *cmd, int proto, int opcode) in print_newports() [all …]
|
H A D | altq.c | 141 print_altq_cmd(struct buf_pr *bp, const ipfw_insn_altq *altqptr) in print_altq_cmd()
|
H A D | dummynet.c | 428 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow() 566 struct buf_pr bp; in list_pipes()
|