Home
last modified time | relevance | path

Searched refs:pfctl_begin_addrs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/pf/ftp-proxy/
H A Dfilter.c266 if (pfctl_begin_addrs(pfh, &pfp.ticket)) in prepare_rule()
/freebsd/contrib/pf/tftp-proxy/
H A Dfilter.c275 if (pfctl_begin_addrs(pfh, &pfp.ticket)) in prepare_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.h523 int pfctl_begin_addrs(struct pfctl_handle *h, uint32_t *ticket);
H A Dlibpfctl.c2737 pfctl_begin_addrs(struct pfctl_handle *h, uint32_t *ticket) in pfctl_begin_addrs() function
/freebsd/sbin/pfctl/
H A Dpfctl.c1696 if ((ret = pfctl_begin_addrs(pf->h, &pf->paddr.ticket)) != 0) in pfctl_add_pool()