Home
last modified time | relevance | path

Searched refs:buf_pr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sbin/ipfw/
H A Dipfw2.h332 struct buf_pr { struct
340 int pr_u64(struct buf_pr *bp, void *pd, int width); argument
341 int bp_alloc(struct buf_pr *b, size_t size);
342 void bp_free(struct buf_pr *b);
343 int bprintf(struct buf_pr *b, const char *format, ...);
432 void print_unreach6_code(struct buf_pr *bp, uint16_t code);
433 void print_ip6(struct buf_pr *bp, const struct _ipfw_insn_ip6 *cmd);
434 void print_flow6id(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd);
435 void print_icmp6types(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd);
436 void print_ext6hdr(struct buf_pr *bp, const struct _ipfw_insn *cmd);
[all …]
H A Dipv6.c74 print_unreach6_code(struct buf_pr *bp, uint16_t code) in print_unreach6_code()
88 print_ip6(struct buf_pr *bp, const ipfw_insn_ip6 *cmd) in print_ip6()
169 print_icmp6types(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_icmp6types()
185 print_flow6id(struct buf_pr *bp, const ipfw_insn_u32 *cmd) in print_flow6id()
261 print_ext6hdr(struct buf_pr *bp, const ipfw_insn *cmd ) in print_ext6hdr()
H A Dipfw2.c432 bp_alloc(struct buf_pr *b, size_t size) in bp_alloc()
434 memset(b, 0, sizeof(struct buf_pr)); in bp_alloc()
447 bp_free(struct buf_pr *b) in bp_free()
457 bp_flush(struct buf_pr *b) in bp_flush()
518 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64()
2280 struct buf_pr *bp, ipfw_dyn_rule *d) in show_dyn_state()
2688 struct buf_pr *bp; in list_dyn_state()
2691 bp = (struct buf_pr *)_arg; in list_dyn_state()
2711 struct buf_pr *bp, caddr_t base, size_t sz) in list_dyn_range()
2790 struct buf_pr bp; in ipfw_show_config()
[all …]
H A Daltq.c143 print_altq_cmd(struct buf_pr *bp, const ipfw_insn_altq *altqptr) in print_altq_cmd()
H A Ddummynet.c430 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow()
560 struct buf_pr bp; in list_pipes()