Home
last modified time | relevance | path

Searched refs:fd2 (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
175 fd2 = BIO_socket(af, SOCK_DGRAM, IPPROTO_UDP, 0); in test_bio_dgram_impl()
176 if (!TEST_int_ge(fd2, 0)) in test_bio_dgram_impl()
180 || BIO_bind(fd2, addr2, 0) <= 0) { in test_bio_dgram_impl()
190 if (!TEST_int_gt(BIO_sock_info(fd2, BIO_SOCK_INFO_ADDRESS, &info2), 0)) in test_bio_dgram_impl()
203 b2 = BIO_new_dgram(fd2, 0); in test_bio_dgram_impl()
421 if (fd2 >= 0) in test_bio_dgram_impl()
422 BIO_closesocket(fd2); in test_bio_dgram_impl()

Completed in 6 milliseconds