Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf_ruleset.c399 r->anchor_relative = 0; in pf_anchor_setup()
409 r->anchor_relative = 1; in pf_anchor_setup()
426 r->anchor_relative++; in pf_anchor_setup()
457 if (!r->anchor_relative) { in pf_anchor_copyout()
471 for (i = 1; i < r->anchor_relative; ++i) { in pf_anchor_copyout()
H A Dpfvar.h803 u_int8_t anchor_relative; member