Lines Matching defs:nport
2433 struct pf_addr *naddr, u_int16_t *nport, u_int16_t low, u_int16_t high,
2466 key.gwy.port = *nport;
2472 *nport = htons(low);
2490 *nport = htons(tmp);
2498 *nport = htons(tmp);
2607 struct pf_addr *naddr, u_int16_t *nport)
2633 daddr, dport, naddr, nport, r->rpool.proxy_port[0],
2740 *nport = htons((u_int16_t)tmp_nport);
2742 *nport = htons(r->rpool.proxy_port[0]);
3077 u_int16_t bport, nport = 0;
3149 bport = nport = sport;
3152 saddr, sport, daddr, dport, &pd->naddr, &nport)) != NULL) {
3157 &th->th_sum, &pd->naddr, nport, 0, af);
3164 &pd->naddr, nport, 1, af);
3173 pd->hdr.icmp->icmp_cksum, sport, nport, 0);
3174 pd->hdr.icmp->icmp_id = nport;
3207 bport = nport = dport;
3210 saddr, sport, daddr, dport, &pd->naddr, &nport)) != NULL) {
3215 &th->th_sum, &pd->naddr, nport, 0, af);
3222 &pd->naddr, nport, 1, af);
3645 sk->gwy.port = nport;
3667 sk->lan.port = nport;