Home
last modified time | relevance | path

Searched refs:NGTCP2_ERR_NO_VIABLE_PATH (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_err.c101 case NGTCP2_ERR_NO_VIABLE_PATH: in ngtcp2_strerror()
147 case NGTCP2_ERR_NO_VIABLE_PATH: in ngtcp2_err_infer_quic_transport_error_code()
Dngtcp2_conn.c4889 return NGTCP2_ERR_NO_VIABLE_PATH; in conn_on_path_validation_failed()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h786 #define NGTCP2_ERR_NO_VIABLE_PATH -244 macro