pf_test_ctx
enum pf_test_status pf_step_into_anchor(struct pf_test_ctx *, struct pf_krule *);
u_short pf_get_translation(struct pf_test_ctx *);
u_short pf_get_transaddr(struct pf_test_ctx *,
int pf_translate_compat(struct pf_test_ctx *);
static enum pf_test_status pf_match_rule(struct pf_test_ctx *, struct pf_kruleset *);
struct pf_test_ctx *,
pf_step_into_anchor(struct pf_test_ctx *ctx, struct pf_krule *r)
pf_rule_apply_nat(struct pf_test_ctx *ctx, struct pf_krule *r)
pf_match_rule(struct pf_test_ctx *ctx, struct pf_kruleset *ruleset)
struct pf_test_ctx ctx;
pf_create_state(struct pf_krule *r, struct pf_test_ctx *ctx,
pf_translate_compat(struct pf_test_ctx *ctx)
pf_get_translation(struct pf_test_ctx *ctx)
pf_get_transaddr(struct pf_test_ctx *ctx, struct pf_krule *r,
pf_match_translation_rule(int rs_num, struct pf_test_ctx *ctx, struct pf_kruleset *ruleset)
pf_step_into_translation_anchor(int rs_num, struct pf_test_ctx *ctx, struct pf_krule *r)
pf_match_translation(int rs_num, struct pf_test_ctx *ctx)
static struct pf_krule *pf_match_translation(int, struct pf_test_ctx *);
static enum pf_test_status pf_step_into_translation_anchor(int, struct pf_test_ctx *,