Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_pkt.h711 ngtcp2_ssize ngtcp2_pkt_decode_path_challenge_frame(ngtcp2_path_challenge *dest,
H A Dngtcp2_pkt.c502 return ngtcp2_pkt_decode_path_challenge_frame(&dest->path_challenge, in ngtcp2_pkt_decode_frame()
1224 ngtcp2_ssize ngtcp2_pkt_decode_path_challenge_frame(ngtcp2_path_challenge *dest, in ngtcp2_pkt_decode_path_challenge_frame() function
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_pkt_test.c1153 rv = ngtcp2_pkt_decode_path_challenge_frame(&nfr, buf, framelen); in test_ngtcp2_pkt_encode_path_challenge_frame()