Home
last modified time | relevance | path

Searched refs:pfctl_source_get (Results 1 – 3 of 3) sorted by relevance

/src/lib/libpfctl/
H A Dlibpfctl.h690 int pfctl_source_get(struct pfctl_handle *h, int id,
H A Dlibpfctl.c4225 pfctl_source_get(struct pfctl_handle *h, int id, pfctl_get_source_fn fn, void *arg) in pfctl_source_get() function
/src/sbin/pfctl/
H A Dpfctl.c1363 error = pfctl_source_get(pfh, srlim->id, pfctl_print_source, NULL); in pfctl_show_sources()