Home
last modified time | relevance | path

Searched refs:tcpstate_ptr (Results 1 – 9 of 9) sorted by relevance

/dports/dns/dnscap/dnscap-2.0.1/src/
H A Dtcpstate.c46 tcpstate_ptr tcpstate_find(iaddr from, iaddr to, unsigned sport, unsigned dport, time_t t) in tcpstate_find()
49 tcpstate_ptr tcpstate; in tcpstate_find()
79 tcpstate_ptr tcpstate_new(iaddr from, iaddr to, unsigned sport, unsigned dport) in tcpstate_new()
82 tcpstate_ptr tcpstate = calloc(1, sizeof *tcpstate); in tcpstate_new()
103 void tcpstate_discard(tcpstate_ptr tcpstate, const char* msg) in tcpstate_discard()
118 tcpstate_ptr _curr_tcpstate = 0;
120 tcpstate_ptr tcpstate_getcurr(void) in tcpstate_getcurr()
125 void tcpstate_reset(tcpstate_ptr tcpstate, const char* msg) in tcpstate_reset()
H A Dtcpstate.h40 tcpstate_ptr tcpstate_find(iaddr from, iaddr to, unsigned sport, unsigned dport, time_t t);
41 tcpstate_ptr tcpstate_new(iaddr from, iaddr to, unsigned sport, unsigned dport);
42 void tcpstate_discard(tcpstate_ptr tcpstate, const char* msg);
43 tcpstate_ptr tcpstate_getcurr(void);
44 void tcpstate_reset(tcpstate_ptr tcpstate, const char* msg);
H A Dnetwork.h40 tcpstate_ptr tcpstate_find(iaddr from, iaddr to, unsigned sport, unsigned dport, time_t t);
41 tcpstate_ptr tcpstate_new(iaddr from, iaddr to, unsigned sport, unsigned dport);
43 void discard(tcpstate_ptr tcpstate, const char* msg);
H A Dtcpreasm.h40 int pcap_handle_tcp_segment(u_char* segment, int len, uint32_t seq, tcpstate_ptr _tcpstate);
H A Ddnscap.h318 typedef struct tcpstate* tcpstate_ptr; typedef
H A Ddump_dns.c256 tcpstate_ptr tcpstate; in dump_dns()
H A Dnetwork.c53 extern tcpstate_ptr _curr_tcpstate; /* from tcpstate.c */
471 tcpstate_ptr tcpstate = NULL; in network_pkt2()
1052 tcpstate_ptr tcpstate = NULL; in network_pkt()
H A Dtcpreasm.c265 int pcap_handle_tcp_segment(u_char* segment, int len, uint32_t seq, tcpstate_ptr _tcpstate) in pcap_handle_tcp_segment()
H A Dargs.c57 tcpstate_reset((tcpstate_ptr)tcpstate, msg); in _tcpstate_reset()