Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dparse.y492 static TAILQ_HEAD(loadanchorshead, loadanchors)
495 struct loadanchors { struct
496 TAILQ_ENTRY(loadanchors) entries;
1224 struct loadanchors *loadanchor;
1230 loadanchor = calloc(1, sizeof(struct loadanchors));
8069 struct loadanchors *la; in pfctl_load_anchors()