Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.c200 flags |= NGTCP2_PKT_FLAG_FIXED_BIT_CLEAR; in ngtcp2_pkt_decode_hd_long()
357 flags |= NGTCP2_PKT_FLAG_FIXED_BIT_CLEAR; in ngtcp2_pkt_decode_hd_short()
408 if (!(hd->flags & NGTCP2_PKT_FLAG_FIXED_BIT_CLEAR)) { in ngtcp2_pkt_encode_hd_long()
453 if (!(hd->flags & NGTCP2_PKT_FLAG_FIXED_BIT_CLEAR)) { in ngtcp2_pkt_encode_hd_short()
Dngtcp2_conn.c2506 return NGTCP2_PKT_FLAG_FIXED_BIT_CLEAR; in conn_pkt_flags()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h864 #define NGTCP2_PKT_FLAG_FIXED_BIT_CLEAR 0x02u macro