Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dpf.c3672 struct pf_addr_wrap *xsrc = NULL; in pf_match_translation() local
3687 xsrc = &r->rpool.cur->addr; in pf_match_translation()
3703 } else if (xsrc && PF_MISMATCHAW(xsrc, saddr, pd->af, 0, NULL)) { in pf_match_translation()
3705 } else if (!xsrc && PF_MISMATCHAW(&src->addr, saddr, pd->af, in pf_match_translation()
3708 } else if (xsrc && (!rdrxport.range.port[0] || in pf_match_translation()
3712 } else if (!xsrc && !pf_match_xport(r->proto, in pf_match_translation()