Searched refs:ngtcp2_dcid_set_path (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cid.h | 139 * ngtcp2_dcid_set_path sets |path| to |dcid|. It sets 143 void ngtcp2_dcid_set_path(ngtcp2_dcid *dcid, const ngtcp2_path *path);
|
H A D | ngtcp2_cid.c | 98 void ngtcp2_dcid_set_path(ngtcp2_dcid *dcid, const ngtcp2_path *path) { in ngtcp2_dcid_set_path() function
|
H A D | ngtcp2_conn.c | 1239 ngtcp2_dcid_set_path(&(*pconn)->dcid.current, path); in conn_new() 4648 ngtcp2_dcid_set_path(ndcid, path); in conn_bind_dcid() 4672 ngtcp2_dcid_set_path(ndcid, path); in conn_bind_dcid() 8130 ngtcp2_dcid_set_path(dcid, &ps.path); in conn_select_preferred_addr() 8487 ngtcp2_dcid_set_path(&dcid, path); in conn_recv_non_probing_pkt_on_new_path() 8582 ngtcp2_dcid_set_path(bound_dcid, path); in conn_recv_pkt_from_new_path() 13085 ngtcp2_dcid_set_path(dcid, path); in ngtcp2_conn_initiate_immediate_migration() 13133 ngtcp2_dcid_set_path(dcid, path); in ngtcp2_conn_initiate_migration()
|
Completed in 20 milliseconds