Home
last modified time | relevance | path

Searched defs:pfr_buffer (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl.h47 struct pfr_buffer { struct
48 int pfrb_type; /* type of content, see enum above */
49 int pfrb_size; /* number of objects in buffer */
73 void pfr_buf_clear(struct pfr_buffer *); argument
H A Dpfctl_radix.c417 int (*append_addr)(struct pfr_buffer *, char *, int)) in pfr_buf_load()