Home
last modified time | relevance | path

Searched refs:ConnReset (Results 1 – 6 of 6) sorted by relevance

/dports/net/tcptrace/tcptrace-508f73a/
H A Doutput.c134 ConnReset( in ConnReset() function
250 ConnReset(ptp)?"RESET":( in PrintTrace()
656 if (ConnReset(ptp)) in PrintBrief()
H A Dmod_realtime.c308 if ((FinCount(ptp) >= 1) || (ConnReset(ptp))) { in realtime_read()
H A Dtcptrace.h834 int ConnReset(tcp_pair *);
H A Dtrace.c1056 if ((FinCount(tcp_ptr->ptp) > 0) || (ConnReset(tcp_ptr->ptp))) { in UpdateConnLists()
1106 tcp_ptr->ptp, FinCount(tcp_ptr->ptp), ConnReset(tcp_ptr->ptp)); in UpdateConnLists()
2609 if ((FinCount(ptp)>=2) || (ConnReset(ptp))) in trace_done()
H A Dmod_inbounds.c619 if ((FinCount(ptp) >= 1) || (ConnReset(ptp))) { in inbounds_tcp_read()
H A Dmod_tcplib.c3872 if (ConnReset(pmc->ptp)) in ActiveConn()