Lines Matching refs:th_sport
1692 th->th_sport = inp->inp_lport; in tcpip_fillheaders()
1882 xchg(nth->th_dport, nth->th_sport, uint16_t); in tcp_respond()
1913 nth->th_sport = th->th_sport; in tcp_respond()
1916 xchg(nth->th_dport, nth->th_sport, uint16_t); in tcp_respond()
2855 th->th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp_ctlinput_with_port()
2899 inc.inc_lport = th->th_sport; in tcp_ctlinput_with_port()
2979 uint16_t th_sport; in tcp6_ctlinput_with_port() member
3039 &ip6->ip6_src, t_ports.th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp6_ctlinput_with_port()
3094 inc.inc_lport = t_ports.th_sport; in tcp6_ctlinput_with_port()
3915 sprintf(sp, "]:%i to [", ntohs(th->th_sport)); in tcp_log_addr()
3925 sprintf(sp, "]:%i to [", ntohs(th->th_sport)); in tcp_log_addr()