Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h463 int pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len);
H A Dlibpfctl.c1826 pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len) in pfctl_get_creatorids() function
/freebsd/sbin/pfctl/
H A Dpfctl.c1679 ret = pfctl_get_creatorids(pfh, creators, &count); in pfctl_show_creators()