Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf_ruleset.c453 r->anchor_relative = 0; in pf_anchor_setup()
463 r->anchor_relative = 1; in pf_anchor_setup()
480 r->anchor_relative++; in pf_anchor_setup()
510 if (!r->anchor_relative) { in pf_anchor_copyout()
524 for (i = 1; i < r->anchor_relative; ++i) { in pf_anchor_copyout()
H A Dpfvar.h803 u_int8_t anchor_relative; member