H A D | ngtcp2_conn.c | 5830 if (!fr->reasonlen) { in conn_recv_connection_close() 5831 ccerr->reasonlen = 0; in conn_recv_connection_close() 5844 ccerr->reasonlen = in conn_recv_connection_close() 5845 ngtcp2_min(fr->reasonlen, NGTCP2_CONNECTION_CLOSE_ERROR_MAX_REASONLEN); in conn_recv_connection_close() 5846 ngtcp2_cpymem(ccerr->reason, fr->reason, ccerr->reasonlen); in conn_recv_connection_close() 11916 size_t reasonlen, ngtcp2_tstamp ts) { in conn_write_connection_close() 11926 fr.connection_close.reasonlen = reasonlen; in conn_write_connection_close() 11985 size_t reasonlen, ngtcp2_tstamp ts) { in ngtcp2_conn_write_connection_close_pkt() 12038 error_code, reason, reasonlen, t in ngtcp2_conn_write_connection_close_pkt() 11913 conn_write_connection_close(ngtcp2_conn *conn, ngtcp2_pkt_info *pi, uint8_t *dest, size_t destlen, uint8_t pkt_type, uint64_t error_code, const uint8_t *reason, size_t reasonlen, ngtcp2_tstamp ts) conn_write_connection_close() argument 11982 ngtcp2_conn_write_connection_close_pkt( ngtcp2_conn *conn, ngtcp2_path *path, ngtcp2_pkt_info *pi, uint8_t *dest, size_t destlen, uint64_t error_code, const uint8_t *reason, size_t reasonlen, ngtcp2_tstamp ts) ngtcp2_conn_write_connection_close_pkt() argument 12048 ngtcp2_conn_write_application_close_pkt( ngtcp2_conn *conn, ngtcp2_path *path, ngtcp2_pkt_info *pi, uint8_t *dest, size_t destlen, uint64_t app_error_code, const uint8_t *reason, size_t reasonlen, ngtcp2_tstamp ts) ngtcp2_conn_write_application_close_pkt() argument 12139 connection_close_error_init(ngtcp2_connection_close_error *ccerr, ngtcp2_connection_close_error_code_type type, uint64_t error_code, const uint8_t *reason, size_t reasonlen) connection_close_error_init() argument 12157 ngtcp2_connection_close_error_set_transport_error( ngtcp2_connection_close_error *ccerr, uint64_t error_code, const uint8_t *reason, size_t reasonlen) ngtcp2_connection_close_error_set_transport_error() argument 12165 ngtcp2_connection_close_error_set_transport_error_liberr( ngtcp2_connection_close_error *ccerr, int liberr, const uint8_t *reason, size_t reasonlen) ngtcp2_connection_close_error_set_transport_error_liberr() argument 12189 ngtcp2_connection_close_error_set_transport_error_tls_alert( ngtcp2_connection_close_error *ccerr, uint8_t tls_alert, const uint8_t *reason, size_t reasonlen) ngtcp2_connection_close_error_set_transport_error_tls_alert() argument 12196 ngtcp2_connection_close_error_set_application_error( ngtcp2_connection_close_error *ccerr, uint64_t error_code, const uint8_t *reason, size_t reasonlen) ngtcp2_connection_close_error_set_application_error() argument 13422 ngtcp2_pkt_write_connection_close( uint8_t *dest, size_t destlen, uint32_t version, const ngtcp2_cid *dcid, const ngtcp2_cid *scid, uint64_t error_code, const uint8_t *reason, size_t reasonlen, ngtcp2_encrypt encrypt, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *iv, ngtcp2_hp_mask hp_mask, const ngtcp2_crypto_cipher *hp, const ngtcp2_crypto_cipher_ctx *hp_ctx) ngtcp2_pkt_write_connection_close() argument [all...] |