Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dpf.c3786 struct pf_addr_wrap *xsrc = NULL; in pf_match_translation() local
3801 xsrc = &r->rpool.cur->addr; in pf_match_translation()
3817 } else if (xsrc && PF_MISMATCHAW(xsrc, saddr, pd->af, 0, NULL)) { in pf_match_translation()
3819 } else if (!xsrc && PF_MISMATCHAW(&src->addr, saddr, pd->af, in pf_match_translation()
3822 } else if (xsrc && (!rdrxport.range.port[0] || in pf_match_translation()
3826 } else if (!xsrc && !pf_match_xport(r->proto, in pf_match_translation()