Home
last modified time | relevance | path

Searched refs:NGTCP2_PKT_SHORT (Results 1 – 10 of 10) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_rtb_test.c64 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, &dcid, NULL, in test_ngtcp2_rtb_add()
74 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, &dcid, NULL, in test_ngtcp2_rtb_add()
84 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, &dcid, NULL, in test_ngtcp2_rtb_add()
130 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, &dcid, NULL, in add_rtb_entry_range()
175 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, NULL, NULL, 0, in test_ngtcp2_rtb_recv_ack()
H A Dngtcp2_pkt_test.c302 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, &dcid, NULL, in test_ngtcp2_pkt_decode_hd_short()
316 CU_ASSERT(NGTCP2_PKT_SHORT == nhd.type); in test_ngtcp2_pkt_decode_hd_short()
327 NGTCP2_PKT_SHORT, &dcid, NULL, 0xe1e2e3e4u, 4, 0xd1d2d3d4u, 0); in test_ngtcp2_pkt_decode_hd_short()
340 CU_ASSERT(NGTCP2_PKT_SHORT == nhd.type); in test_ngtcp2_pkt_decode_hd_short()
349 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, &dcid, NULL, in test_ngtcp2_pkt_decode_hd_short()
362 CU_ASSERT(NGTCP2_PKT_SHORT == nhd.type); in test_ngtcp2_pkt_decode_hd_short()
384 CU_ASSERT(NGTCP2_PKT_SHORT == nhd.type); in test_ngtcp2_pkt_decode_hd_short()
393 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_KEY_PHASE, NGTCP2_PKT_SHORT, &dcid, in test_ngtcp2_pkt_decode_hd_short()
408 CU_ASSERT(NGTCP2_PKT_SHORT == nhd.type); in test_ngtcp2_pkt_decode_hd_short()
417 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, NULL, NULL, in test_ngtcp2_pkt_decode_hd_short()
[all …]
H A Dngtcp2_test_helper.c136 ngtcp2_pkt_hd_init(&hd, flags, NGTCP2_PKT_SHORT, dcid, NULL, pkt_num, 4, in write_single_frame_pkt_flags()
174 ngtcp2_pkt_hd_init(&hd, flags, NGTCP2_PKT_SHORT, dcid, NULL, pkt_num, 4, in write_pkt_flags()
208 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_NONE, NGTCP2_PKT_SHORT, NULL, NULL, in write_single_frame_pkt_without_conn_id()
H A Dngtcp2_conn_test.c6371 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_connection_close()
6387 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_connection_close()
6475 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_connection_close()
6491 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_connection_close()
6584 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_application_close()
6600 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_application_close()
6686 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_application_close()
6702 CU_ASSERT(NGTCP2_PKT_SHORT == hd.type); in test_ngtcp2_conn_write_application_close()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/bpf/
H A Dreuseport_kern.c463 NGTCP2_PKT_SHORT = 0x40, enumerator
488 qhd->type = NGTCP2_PKT_SHORT; in parse_quic()
632 case NGTCP2_PKT_SHORT: in select_reuseport()
/dports/www/libnghttp2/nghttp2-1.46.0/bpf/
H A Dreuseport_kern.c464 NGTCP2_PKT_SHORT = 0x40, enumerator
489 qhd->type = NGTCP2_PKT_SHORT; in parse_quic()
635 case NGTCP2_PKT_SHORT: in select_reuseport()
/dports/www/nghttp2/nghttp2-1.46.0/bpf/
H A Dreuseport_kern.c464 NGTCP2_PKT_SHORT = 0x40, enumerator
489 qhd->type = NGTCP2_PKT_SHORT; in parse_quic()
635 case NGTCP2_PKT_SHORT: in select_reuseport()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_conn.c1538 if (type == NGTCP2_PKT_SHORT) { in conn_create_ack_frame()
2646 case NGTCP2_PKT_SHORT: in conn_write_ack_pkt()
3286 case NGTCP2_PKT_SHORT: in conn_write_pkt()
4057 case NGTCP2_PKT_SHORT: in ngtcp2_conn_write_single_frame_pkt()
4111 if (type == NGTCP2_PKT_SHORT) { in ngtcp2_conn_write_single_frame_pkt()
4129 if (type == NGTCP2_PKT_SHORT) { in ngtcp2_conn_write_single_frame_pkt()
4211 ent->hd.type = NGTCP2_PKT_SHORT; in conn_process_early_rtb()
8299 if (hd.type == NGTCP2_PKT_SHORT) { in conn_recv_pkt()
8352 if (hd.type == NGTCP2_PKT_SHORT && in conn_recv_pkt()
8681 if (hd.type == NGTCP2_PKT_SHORT) { in conn_recv_pkt()
[all …]
H A Dngtcp2_pkt.c341 dest->type = NGTCP2_PKT_SHORT; in ngtcp2_pkt_decode_hd_short()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h802 NGTCP2_PKT_SHORT = 0x40 enumerator