Home
last modified time | relevance | path

Searched refs:pfctl_get_source_fn (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libpfctl/
H A Dlibpfctl.h687 typedef int (*pfctl_get_source_fn)(struct pfctl_source *, void *); typedef
689 pfctl_get_source_fn fn, void *arg);
H A Dlibpfctl.c4161 pfctl_source_get(struct pfctl_handle *h, int id, pfctl_get_source_fn fn, void *arg) in pfctl_source_get()