Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_dgram_test.c104 int fd1 = -1, fd2 = -1; in test_bio_dgram_impl() local
171 fd1 = BIO_socket(af, SOCK_DGRAM, IPPROTO_UDP, 0); in test_bio_dgram_impl()
172 if (!TEST_int_ge(fd1, 0)) in test_bio_dgram_impl()
179 if (BIO_bind(fd1, addr1, 0) <= 0 in test_bio_dgram_impl()
186 if (!TEST_int_gt(BIO_sock_info(fd1, BIO_SOCK_INFO_ADDRESS, &info1), 0)) in test_bio_dgram_impl()
199 b1 = BIO_new_dgram(fd1, 0); in test_bio_dgram_impl()
419 if (fd1 >= 0) in test_bio_dgram_impl()
420 BIO_closesocket(fd1); in test_bio_dgram_impl()

Completed in 5 milliseconds