Home
last modified time | relevance | path

Searched refs:tc_isn (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-unittest-helper.h52 int UTHAddSessionToFlow(Flow *f, uint32_t ts_isn, uint32_t tc_isn);
H A Dutil-unittest-helper.c551 uint32_t tc_isn) in UTHAddSessionToFlow() argument
563 ssn->server.isn = tc_isn; in UTHAddSessionToFlow()
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h253 uint64_t tc_isn; member
H A Dtcpcrypt.c1425 tc->tc_isn = ntohl(tcp->th_seq) + len; in do_output_pkconf_rcvd()
1490 uint64_t isn = enc ? tc->tc_isn : tc->tc_isn_peer; in get_iv()
1710 tc->tc_isn = ntohl(tcp->th_seq) + 1; in do_tcp_output()
2422 tc->tc_isn = ntohl(tcp2->th_seq) + len; in do_input_pkconf_sent()