Searched refs:buf_pr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sbin/ipfw/ |
| H A D | ipfw2.h | 336 struct buf_pr { struct 344 int pr_u64(struct buf_pr *bp, void *pd, int width); argument 345 int bp_alloc(struct buf_pr *b, size_t size); 346 void bp_free(struct buf_pr *b); 347 int bprintf(struct buf_pr *b, const char *format, ...); 436 void print_unreach6_code(struct buf_pr *bp, uint16_t code); 437 void print_ip6(struct buf_pr *bp, const struct _ipfw_insn_ip6 *cmd); 438 void print_flow6id(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd); 439 void print_icmp6types(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd); 440 void print_ext6hdr(struct buf_pr *bp, const struct _ipfw_insn *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 | 444 bp_alloc(struct buf_pr *b, size_t size) in bp_alloc() 446 memset(b, 0, sizeof(struct buf_pr)); in bp_alloc() 459 bp_free(struct buf_pr *b) in bp_free() 469 bp_flush(struct buf_pr *b) in bp_flush() 530 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64() 2415 struct buf_pr *bp, ipfw_dyn_rule *d) in show_dyn_state() 2821 struct buf_pr *bp; in list_dyn_state() 2824 bp = (struct buf_pr *)_arg; in list_dyn_state() 2844 struct buf_pr *bp, caddr_t base, size_t sz) in list_dyn_range() 2923 struct buf_pr bp; in ipfw_show_config() [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() 558 struct buf_pr bp; in list_pipes()
|