Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_lb.c663 uint32_t tmp_nport; in pf_get_translation() local
665 tmp_nport = ((ntohs(dport) - ntohs(r->dst.port[0])) % in pf_get_translation()
670 if (tmp_nport > 65535) in pf_get_translation()
671 tmp_nport -= 65535; in pf_get_translation()
672 *nport = htons((uint16_t)tmp_nport); in pf_get_translation()