Home
last modified time | relevance | path

Searched defs:pfioc_ruleset (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dpfvar.h2022 struct pfioc_ruleset { struct
2023 u_int32_t nr;
2024 char path[MAXPATHLEN];
2025 char name[PF_ANCHOR_NAME_SIZE];
/freebsd/sbin/pfctl/
H A Dpfctl.c3019 int(walkf)(int, struct pfioc_ruleset *, void *), void *warg) in pfctl_walk_anchors()