Searched refs:buf_pr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sbin/ipfw/ |
| H A D | ipfw2.h | 322 struct buf_pr { struct 330 int pr_u64(struct buf_pr *bp, uint64_t *pd, int width); argument 331 int bp_alloc(struct buf_pr *b, size_t size); 332 void bp_free(struct buf_pr *b); 333 int bprintf(struct buf_pr *b, char *format, ...); 421 void print_unreach6_code(struct buf_pr *bp, uint16_t code); 422 void print_ip6(struct buf_pr *bp, struct _ipfw_insn_ip6 *cmd); 423 void print_flow6id(struct buf_pr *bp, struct _ipfw_insn_u32 *cmd); 424 void print_icmp6types(struct buf_pr *bp, struct _ipfw_insn_u32 *cmd); 425 void print_ext6hdr(struct buf_pr *bp, struct _ipfw_insn *cmd ); [all …]
|
| H A D | ipv6.c | 74 print_unreach6_code(struct buf_pr *bp, uint16_t code) in print_unreach6_code() 88 print_ip6(struct buf_pr *bp, ipfw_insn_ip6 *cmd) in print_ip6() 167 print_icmp6types(struct buf_pr *bp, ipfw_insn_u32 *cmd) in print_icmp6types() 183 print_flow6id(struct buf_pr *bp, ipfw_insn_u32 *cmd) in print_flow6id() 259 print_ext6hdr(struct buf_pr *bp, ipfw_insn *cmd ) in print_ext6hdr()
|
| H A D | ipfw2.c | 418 bp_alloc(struct buf_pr *b, size_t size) in bp_alloc() 420 memset(b, 0, sizeof(struct buf_pr)); in bp_alloc() 433 bp_free(struct buf_pr *b) in bp_free() 443 bp_flush(struct buf_pr *b) in bp_flush() 459 bprintf(struct buf_pr *b, char *format, ...) in bprintf() 504 pr_u64(struct buf_pr *b, uint64_t *pd, int width) in pr_u64() 2254 struct buf_pr *bp, ipfw_dyn_rule *d) in show_dyn_state() 2662 struct buf_pr *bp; in list_dyn_state() 2665 bp = (struct buf_pr *)_arg; in list_dyn_state() 2764 struct buf_pr bp; in ipfw_show_config() [all …]
|
| H A D | altq.c | 143 print_altq_cmd(struct buf_pr *bp, 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()
|