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

/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.h321 struct buf_pr { struct
329 int pr_u64(struct buf_pr *bp, uint64_t *pd, int width);
330 int bp_alloc(struct buf_pr *b, size_t size);
331 void bp_free(struct buf_pr *b);
332 int bprintf(struct buf_pr *b, char *format, ...);
410 void print_altq_cmd(struct buf_pr *bp, struct _ipfw_insn_altq *altqptr);
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 *b
[all...]
H A Dipv6.c74 print_unreach6_code(struct buf_pr *bp, uint16_t code)
88 print_ip6(struct buf_pr *bp, ipfw_insn_ip6 *cmd)
168 print_icmp6types(struct buf_pr *bp, ipfw_insn_u32 *cmd)
184 print_flow6id(struct buf_pr *bp, ipfw_insn_u32 *cmd)
260 print_ext6hdr(struct buf_pr *bp, ipfw_insn *cmd )
H A Daltq.c140 print_altq_cmd(struct buf_pr *bp, ipfw_insn_altq *altqptr)
H A Dipfw2.c390 void bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg);
418 bp_alloc(struct buf_pr *b, size_t size)
420 memset(b, 0, sizeof(struct buf_pr));
433 bp_free(struct buf_pr *b)
443 bp_flush(struct buf_pr *b)
459 bprintf(struct buf_pr *b, char *format, ...)
486 bprint_uint_arg(struct buf_pr *bp, const char *str, uint32_t arg)
504 pr_u64(struct buf_pr *b, uint64_t *pd, int width)
853 print_port(struct buf_pr *bp, int proto, uint16_t port)
896 print_newports(struct buf_pr *b
[all...]
H A Ddummynet.c429 list_flow(struct buf_pr *bp, struct dn_flow *ni)
559 struct buf_pr bp;

Completed in 137 milliseconds