Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/statem/
H A Dstatem.c614 s->first_packet = 1; in read_state_machine()
682 s->first_packet = 0; in read_state_machine()
H A Dstatem_srvr.c921 s->first_packet = 1; in ossl_statem_server_post_work()
H A Dstatem_clnt.c828 s->first_packet = 1; in ossl_statem_client_post_work()
/src/tools/tools/netmap/
H A Dpkt-gen.c2263 int first_packet = 1; in rxseq_body() local
2358 if (first_packet) { in rxseq_body()
2359 first_packet = 0; in rxseq_body()
2368 first_packet = 0; in rxseq_body()
/src/crypto/openssl/ssl/
H A Dssl_local.h1597 int first_packet; member
H A Dssl_lib.c613 sc->first_packet = 0; in ossl_ssl_connection_reset()