Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c615 s->first_packet = 1; in read_state_machine()
684 s->first_packet = 0; in read_state_machine()
H A Dstatem_clnt.c830 s->first_packet = 1; in ossl_statem_client_post_work()
H A Dstatem_srvr.c924 s->first_packet = 1; in ossl_statem_server_post_work()
/freebsd/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()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1598 int first_packet; member
H A Dssl_lib.c621 sc->first_packet = 0; in ossl_ssl_connection_reset()