Home
last modified time | relevance | path

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

/freebsd-head/contrib/pf/ftp-proxy/
HDfilter.c54 static char pfanchor[PF_ANCHOR_NAME_SIZE]; variable
77 if (pfctl_add_rule_h(pfh, &pfrule, pfanchor, pfanchor_call, in add_filter()
112 if (pfctl_add_rule_h(pfh, &pfrule, pfanchor, pfanchor_call, in add_nat()
145 if (pfctl_add_rule_h(pfh, &pfrule, pfanchor, pfanchor_call, in add_rdr()
250 strlcpy(pfanchor, an, PF_ANCHOR_NAME_SIZE); in prepare_rule()
/freebsd-head/contrib/pf/tftp-proxy/
HDfilter.c60 static char pfanchor[PF_ANCHOR_NAME_SIZE]; variable
81 if (pfctl_add_rule_h(pfh, &pfrule, pfanchor, pfanchor_call, in add_filter()
116 if (pfctl_add_rule_h(pfh, &pfrule, pfanchor, pfanchor_call, in add_nat()
149 if (pfctl_add_rule_h(pfh, &pfrule, pfanchor, pfanchor_call, in add_rdr()
259 strlcpy(pfanchor, an, PF_ANCHOR_NAME_SIZE); in prepare_rule()