th_dport 691 net/if_spppsubr.c INTERACTIVE(ntohs(th->th_dport))))))
th_dport 1645 net/pf.c th->th_dport = dport;
th_dport 2578 net/pf.c dport = pd->hdr.tcp->th_dport;
th_dport 2873 net/pf.c dport = th->th_dport;
th_dport 2983 net/pf.c pf_change_ap(daddr, &th->th_dport, pd->ip_sum,
th_dport 2985 net/pf.c dport = th->th_dport;
th_dport 3167 net/pf.c pf_change_ap(daddr, &th->th_dport,
th_dport 3170 net/pf.c dport = th->th_dport;
th_dport 3217 net/pf.c pd->src, th->th_dport, th->th_sport,
th_dport 3469 net/pf.c pf_change_ap(daddr, &th->th_dport,
th_dport 3472 net/pf.c sport = th->th_dport;
th_dport 3481 net/pf.c pf_send_tcp(r, af, daddr, saddr, th->th_dport,
th_dport 3594 net/pf.c key.gwy.port = th->th_dport;
th_dport 3599 net/pf.c key.ext.port = th->th_dport;
th_dport 3623 net/pf.c pd->src, th->th_dport, th->th_sport,
th_dport 3676 net/pf.c pd->src, th->th_dport, th->th_sport,
th_dport 3980 net/pf.c pd->dst, pd->src, th->th_dport,
th_dport 4021 net/pf.c pf_change_ap(pd->dst, &th->th_dport, pd->ip_sum,
th_dport 4353 net/pf.c key.ext.port = th.th_dport;
th_dport 4358 net/pf.c key.lan.port = th.th_dport;
th_dport 4409 net/pf.c pf_change_icmp(pd2.dst, &th.th_dport,
th_dport 1252 net/pf_norm.c r->dst.port[0], r->dst.port[1], th->th_dport))
th_dport 46 netinet/tcp.h u_int16_t th_dport; /* destination port */
th_dport 600 netinet/tcp_input.c &ip6->ip6_dst, th->th_dport);
th_dport 605 netinet/tcp_input.c ip->ip_dst, th->th_dport);
th_dport 617 netinet/tcp_input.c &ip6->ip6_dst, th->th_dport, inpl_flags);
th_dport 622 netinet/tcp_input.c ip->ip_dst, th->th_dport, inpl_flags);
th_dport 671 netinet/tcp_input.c dst.sin.sin_port = th->th_dport;
th_dport 684 netinet/tcp_input.c dst.sin6.sin6_port = th->th_dport;
th_dport 823 netinet/tcp_input.c if (th->th_dport == th->th_sport) {
th_dport 3727 netinet/tcp_input.c inp->inp_lport = th->th_dport;
th_dport 4210 netinet/tcp_input.c th->th_dport = sc->sc_src.sin.sin_port;
th_dport 4221 netinet/tcp_input.c th->th_dport = sc->sc_src.sin6.sin6_port;
th_dport 292 netinet/tcp_subr.c th->th_dport = inp->inp_fport;
th_dport 395 netinet/tcp_subr.c xchg(th->th_dport, th->th_sport, u_int16_t);
th_dport 710 netinet/tcp_subr.c u_int16_t th_dport;
th_dport 773 netinet/tcp_subr.c th.th_dport, (struct in6_addr *)&sa6_src->sin6_addr,
th_dport 848 netinet/tcp_subr.c ip->ip_dst, th->th_dport, ip->ip_src, th->th_sport);
th_dport 905 netinet/tcp_subr.c ip->ip_dst, th->th_dport, ip->ip_src, th->th_sport);
th_dport 51 netinet/tcpip.h #define ti_dport ti_t.th_dport
th_dport 58 netinet6/tcpipv6.h #define ti6_dport ti6_t.th_dport