Home
last modified time | relevance | path

Searched refs:test_header (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c359 test_header(file, line, a1, a2, "BIGNUM", pred); in assert_bignum()
378 test_header(file, line, a1, a2, "STRING", pred); in assert_string()
473 test_header(file, line, a1, a2, "INT", pred); in assert_int()
495 test_header(file, line, a1, a2, "U_INT", pred); in assert_u_int()
506 test_header(file, line, a1, a2, "LONG", pred); in assert_long()
530 test_header(file, line, a1, a2, "CHAR", pred); in assert_char()
543 test_header(file, line, a1, a2, "U8", pred); in assert_u8()
554 test_header(file, line, a1, a2, "U16", pred); in assert_u16()
565 test_header(file, line, a1, a2, "U32", pred); in assert_u32()
576 test_header(file, line, a1, a2, "U64", pred); in assert_u64()
[all …]
/freebsd-13.1/tools/regression/sockets/sendfile/
H A Dsendfile.c65 struct test_header { struct
85 static int test_th(struct test_header *th, uint32_t *header_length, argument
93 static void init_th(struct test_header *th, uint32_t header_length,
102 test_th(struct test_header *th, uint32_t *header_length, uint32_t *offset, in test_th()
153 struct test_header th; in receive_test()
256 init_th(struct test_header *th, uint32_t header_length, uint32_t offset, in init_th()
271 struct test_header th; in send_test()