Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/pfctl/
Dparse.y367 static TAILQ_HEAD(loadanchorshead, loadanchors)
370 struct loadanchors { struct
371 TAILQ_ENTRY(loadanchors) entries;
1116 struct loadanchors *loadanchor;
1125 loadanchor = calloc(1, sizeof(struct loadanchors));
6434 struct loadanchors *la; in pfctl_load_anchors()