Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDparse.y396 static TAILQ_HEAD(loadanchorshead, loadanchors)
399 struct loadanchors { struct
400 TAILQ_ENTRY(loadanchors) entries;
1181 struct loadanchors *loadanchor;
1190 loadanchor = calloc(1, sizeof(struct loadanchors));
7102 struct loadanchors *la; in pfctl_load_anchors()