Searched refs:pfi_get_ifaces (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.h78 int pfi_get_ifaces(const char *, struct pfi_kif *, int *);
H A Dpfctl_table.c595 if (pfi_get_ifaces(filter, b.pfrb_caddr, &b.pfrb_size)) {
H A Dpfctl_radix.c380 pfi_get_ifaces(const char *filter, struct pfi_kif *buf, int *size) function
H A Dpfctl.c310 if (pfi_get_ifaces(NULL, skip_b.pfrb_caddr, &skip_b.pfrb_size))
311 err(1, "pfi_get_ifaces");
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_if.c228 * time value have pfi_get_ifaces handle this case. In
229 * pfi_get_ifaces it uses time_second if it sees the time is 0.
718 pfi_get_ifaces(const char *name, struct pfi_kif *buf, int *size) function
H A Dpf_ioctl.c3476 pfi_get_ifaces(io->pfiio_name, ifstore, &io->pfiio_size);
/freebsd-11-stable/sys/net/
H A Dpfvar.h1704 void pfi_get_ifaces(const char *, struct pfi_kif *, int *);

Completed in 202 milliseconds