Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf.c3729 struct pf_addr_wrap *xsrc = NULL; in pf_match_translation() local
3744 xsrc = &r->rpool.cur->addr; in pf_match_translation()
3760 } else if (xsrc && PF_MISMATCHAW(xsrc, saddr, pd->af, 0, NULL)) { in pf_match_translation()
3762 } else if (!xsrc && PF_MISMATCHAW(&src->addr, saddr, pd->af, in pf_match_translation()
3765 } else if (xsrc && (!rdrxport.range.port[0] || in pf_match_translation()
3769 } else if (!xsrc && !pf_match_xport(r->proto, in pf_match_translation()