Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipfw/
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, ...);
421 void print_altq_cmd(struct buf_pr *bp, const struct _ipfw_insn_altq *altqptr);
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);
[all …]
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()
Dipfw2.c398 void bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg);
432 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()
473 bprintf(struct buf_pr *b, const char *format, ...) in bprintf()
500 bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg) in bprint_uint_arg()
518 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64()
868 print_port(struct buf_pr *bp, int proto, uint16_t port) in print_port()
911 print_newports(struct buf_pr *bp, const ipfw_insn_u16 *cmd, int proto, int opcode) in print_newports()
[all …]
Daltq.c143 print_altq_cmd(struct buf_pr *bp, const ipfw_insn_altq *altqptr) in print_altq_cmd()
Ddummynet.c430 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow()
560 struct buf_pr bp; in list_pipes()