Searched refs:pfrio_buffer (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/sys/netpfil/pf/ioctl/ |
H A D | validation.c | 81 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/sbin/pfctl/ |
H A D | pfctl_radix.c | 102 io.pfrio_buffer = tbl; in pfr_get_tables() 127 io.pfrio_buffer = tbl; in pfr_get_tstats() 228 io.pfrio_buffer = addr; in pfr_get_astats() 252 io.pfrio_buffer = addr; in pfr_clr_astats() 273 io.pfrio_buffer = tbl; in pfr_clr_tstats() 298 io.pfrio_buffer = addr; in pfr_tst_addrs() 323 io.pfrio_buffer = addr; in pfr_ina_define()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 4650 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 4682 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 4727 error = copyout(pfrts, io->pfrio_buffer, totlen); in pfioctl() 4767 error = copyout(pfrtstats, io->pfrio_buffer, totlen); in pfioctl() 4794 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 4835 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 4881 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl() 4892 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl() 4915 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl() 4926 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl() [all …]
|
/freebsd/contrib/unbound/ipset/ |
H A D | ipset.c | 116 io.pfrio_buffer = &addr; in add_to_ipset()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 1328 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 D | authpf.c | 851 io.pfrio_buffer = &addr; in change_table()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 2356 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 D | pfvar.h | 2009 void *pfrio_buffer; member
|