Searched refs:th_sport (Results 1 – 8 of 8) sorted by relevance
43 u_int16_t th_sport; /* source port */ member
222 sport = EXTRACT_16BITS(&tp->th_sport); in tcp_print()425 if (TTEST2(tp->th_sport, length)) { in tcp_print()439 if (TTEST2(tp->th_sport, length)) { in tcp_print()
53 #define ti_sport ti_t.th_sport
57 port_t th_sport; /* source port */ member
49 #define ti_sport ti_t.th_sport
51 u_int16_t th_sport; /* source port */ member
65 u_int16_t th_sport; /* source port */ member
372 sport = ntohs(th->th_sport); in FilterCheck()818 if (!frag && ncp_IsUrgentTcpPort(&bundle->ncp, ntohs(th->th_sport), in PacketCheck()825 "TCP: %s:%d ---> ", ncpaddr_ntoa(&srcaddr), ntohs(th->th_sport)); in PacketCheck()