Searched refs:th_dport (Results 1 – 8 of 8) sorted by relevance
44 u_int16_t th_dport; /* destination port */ member
215 if (!TTEST(tp->th_dport)) { in tcp_print()223 dport = EXTRACT_16BITS(&tp->th_dport); in tcp_print()
54 #define ti_dport ti_t.th_dport
58 port_t th_dport; /* destination port */ member
50 #define ti_dport ti_t.th_dport
52 u_int16_t th_dport; /* destination port */ member
66 u_int16_t th_dport; /* destination port */ member
373 dport = ntohs(th->th_dport); in FilterCheck()819 ntohs(th->th_dport))) in PacketCheck()828 "%s:%d", ncpaddr_ntoa(&dstaddr), ntohs(th->th_dport)); in PacketCheck()