Searched refs:buf_pr (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.h | 323 struct buf_pr { struct 331 int pr_u64(struct buf_pr *bp, void *pd, int width); argument 332 int bp_alloc(struct buf_pr *b, size_t size); 333 void bp_free(struct buf_pr *b); 334 int bprintf(struct buf_pr *b, const char *format, ...); 423 void print_unreach6_code(struct buf_pr *bp, uint16_t code); 424 void print_ip6(struct buf_pr *bp, const struct _ipfw_insn_ip6 *cmd); 425 void print_flow6id(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd); 426 void print_icmp6types(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd); 427 void print_ext6hdr(struct buf_pr *bp, const struct _ipfw_insn *cmd); [all …]
|
| H A D | ipv6.c | 78 print_unreach6_code(struct buf_pr *bp, uint16_t code) in print_unreach6_code() 92 print_ip6(struct buf_pr *bp, const ipfw_insn_ip6 *cmd) in print_ip6() 177 print_icmp6types(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_icmp6types() 193 print_flow6id(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_flow6id() 269 print_ext6hdr(struct buf_pr *bp, const ipfw_insn *cmd ) in print_ext6hdr()
|
| H A D | ipfw2.c | 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() 520 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64() 2279 struct buf_pr *bp, ipfw_dyn_rule *d) in show_dyn_state() 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() [all …]
|
| H A D | altq.c | 143 print_altq_cmd(struct buf_pr *bp, const ipfw_insn_altq *altqptr) in print_altq_cmd()
|
| H A D | dummynet.c | 429 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow() 559 struct buf_pr bp; in list_pipes()
|