Searched refs:test_header (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.c | 324 test_header(file, line, a1, a2, "BIGNUM", pred); in assert_bignum() 342 test_header(file, line, a1, a2, "STRING", pred); in assert_string() 428 test_header(file, line, a1, a2, "INT", pred); in assert_int() 450 test_header(file, line, a1, a2, "U_INT", pred); in assert_u_int() 461 test_header(file, line, a1, a2, "LONG", pred); in assert_long() 485 test_header(file, line, a1, a2, "CHAR", pred); in assert_char() 498 test_header(file, line, a1, a2, "U8", pred); in assert_u8() 509 test_header(file, line, a1, a2, "U16", pred); in assert_u16() 520 test_header(file, line, a1, a2, "U32", pred); in assert_u32() 531 test_header(file, line, a1, a2, "U64", pred); in assert_u64() [all …]
|
| /freebsd-12.1/tools/regression/sockets/sendfile/ |
| H A D | sendfile.c | 65 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()
|