Searched refs:use_local (Results 1 – 1 of 1) sorted by relevance
100 static int test_bio_dgram_impl(int af, int use_local) in test_bio_dgram_impl() argument120 TEST_info("# Testing with AF_INET, local=%d\n", use_local); in test_bio_dgram_impl()126 TEST_info("# Testing with AF_INET6, local=%d\n", use_local); in test_bio_dgram_impl()267 if (BIO_dgram_get_local_addr_cap(b1) > 0 && use_local) { in test_bio_dgram_impl()273 use_local = 0; in test_bio_dgram_impl()318 if (BIO_dgram_get_local_addr_cap(b2) > 0 && use_local) { in test_bio_dgram_impl()324 use_local = 0; in test_bio_dgram_impl()389 tx_msg[i].local = use_local ? addr1 : NULL; in test_bio_dgram_impl()
Completed in 7 milliseconds