Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dpf.c3767 struct pf_addr_wrap *xsrc = NULL; in pf_match_translation() local
3782 xsrc = &r->rpool.cur->addr; in pf_match_translation()
3798 } else if (xsrc && PF_MISMATCHAW(xsrc, saddr, pd->af, 0, NULL)) { in pf_match_translation()
3800 } else if (!xsrc && PF_MISMATCHAW(&src->addr, saddr, pd->af, in pf_match_translation()
3803 } else if (xsrc && (!rdrxport.range.port[0] || in pf_match_translation()
3807 } else if (!xsrc && !pf_match_xport(r->proto, in pf_match_translation()