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()
132 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
147 io.pfrio_buffer = NULL; in ATF_TC_BODY()
175 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
213 io.pfrio_buffer = &stats; in ATF_TC_BODY()
253 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
268 io.pfrio_buffer = NULL; in ATF_TC_BODY()
298 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c4597 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4629 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4674 error = copyout(pfrts, io->pfrio_buffer, totlen); in pfioctl()
4714 error = copyout(pfrtstats, io->pfrio_buffer, totlen); in pfioctl()
4741 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4782 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4828 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
4839 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl()
4862 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
4873 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/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1328 io.pfrio_buffer = t; in pft_refresh()
1394 io.pfrio_buffer = t; in pfa_table_addrs()
1463 io.pfrio_buffer = pt; in pfa_refresh()
/freebsd/contrib/pf/authpf/
H A Dauthpf.c851 io.pfrio_buffer = &addr; in change_table()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2356 io.pfrio_buffer = addr; in pfctl_table_add_addrs()
2379 io.pfrio_buffer = addr; in pfctl_table_del_addrs()
2402 io.pfrio_buffer = addr; in pfctl_table_set_addrs()
2431 io.pfrio_buffer = addr; in pfctl_table_get_addrs()
/freebsd/sys/net/
H A Dpfvar.h1962 void *pfrio_buffer; member