fin_dport
fin->fin_dport = ntohs(tcp->th_dport);
fin->fin_dport = ntohs(udp->uh_dport);
err = fr_portcheck(&ft->ftu_dst, &fin->fin_dport);
ni.nai_dport = htons(fin->fin_dport);
ni.nai_dport = htons(fin->fin_dport);
dp = ntohs(fin->fin_dport);
fi.fin_dport = port & 0xffff;
ipn->in_pmin = htons(fi.fin_dport);
ipn->in_pmax = htons(fi.fin_dport);
ipn->in_pnext = htons(fi.fin_dport);