Home
last modified time | relevance | path

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

/src/sbin/ipfw/
H A Dipfw2.h340 struct buf_pr { struct
348 int pr_u64(struct buf_pr *bp, void *pd, int width); argument
349 int bp_alloc(struct buf_pr *b, size_t size);
350 void bp_free(struct buf_pr *b);
351 int bprintf(struct buf_pr *b, const char *format, ...) __printflike(2, 3);
429 void print_altq_cmd(struct buf_pr *bp, const struct _ipfw_insn_altq *altqptr);
440 void print_unreach6_code(struct buf_pr *bp, uint16_t code);
441 void print_ip6(struct buf_pr *bp, const struct _ipfw_insn_ip6 *cmd);
442 void print_flow6id(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd);
443 void print_icmp6types(struct buf_pr *bp, const struct _ipfw_insn_u32 *cmd);
[all …]
H A Dipv6.c71 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 Dipfw2.c443 void bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg);
477 bp_alloc(struct buf_pr *b, size_t size) in bp_alloc()
479 memset(b, 0, sizeof(struct buf_pr)); in bp_alloc()
492 bp_free(struct buf_pr *b) in bp_free()
502 bp_flush(struct buf_pr *b) in bp_flush()
518 bprintf(struct buf_pr *b, const char *format, ...) in bprintf()
545 bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg) in bprint_uint_arg()
563 pr_u64(struct buf_pr *b, void *pd, int width) in pr_u64()
950 print_port(struct buf_pr *bp, int proto, uint16_t port) in print_port()
993 print_newports(struct buf_pr *bp, const ipfw_insn_u16 *cmd, int proto, int opcode) in print_newports()
[all …]
H A Daltq.c141 print_altq_cmd(struct buf_pr *bp, const ipfw_insn_altq *altqptr) in print_altq_cmd()
H A Ddummynet.c428 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow()
566 struct buf_pr bp; in list_pipes()