Home
last modified time | relevance | path

Searched refs:pfrio_buffer (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/sys/netpfil/pf/ioctl/
H A Dvalidation.c81 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
96 io.pfrio_buffer = NULL; in ATF_TC_BODY()
105 io.pfrio_buffer = &tbls; in ATF_TC_BODY()
133 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
148 io.pfrio_buffer = NULL; in ATF_TC_BODY()
177 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
216 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
248 io.pfrio_buffer = &stats; in ATF_TC_BODY()
289 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
304 io.pfrio_buffer = NULL; in ATF_TC_BODY()
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl_radix.c116 io.pfrio_buffer = tbl; in pfr_get_tables()
252 io.pfrio_buffer = addr; in pfr_ina_define()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c5678 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
5710 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
5755 error = copyout(pfrts, io->pfrio_buffer, totlen); in pfioctl()
5795 error = copyout(pfrtstats, io->pfrio_buffer, totlen); in pfioctl()
5822 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
5863 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
5909 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
5921 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl()
5944 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
5955 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl()
[all …]
/freebsd/contrib/unbound/ipset/
H A Dipset.c116 io.pfrio_buffer = &addr; in add_to_ipset()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2421 io.pfrio_buffer = addr; in pfctl_table_add_addrs()
2592 io.pfrio_buffer = addr; in pfctl_table_del_addrs()
2735 io.pfrio_buffer = addr; in pfctl_table_set_addrs()
2764 io.pfrio_buffer = addr; in pfctl_table_get_addrs()
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1439 io.pfrio_buffer = pt; in pfa_refresh()
/freebsd/sys/net/
H A Dpfvar.h2449 void *pfrio_buffer; member