Symbol: BIO_ADDR_rawmake
crypto/openssl/crypto/bio/bio_addr.c
632
BIO_ADDR_rawmake(addr, family, where, wherelen, port);
crypto/openssl/fuzz/quic-client.c
90
if (!BIO_ADDR_rawmake(peer_addr, AF_INET, &ina, sizeof(ina), htons(4433)))
crypto/openssl/include/openssl/bio.h
845
int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
crypto/openssl/test/bio_addr_test.c
73
if (!TEST_true(BIO_ADDR_rawmake(addr, family, where, wherelen, 1000))) {
crypto/openssl/test/bio_dgram_test.c
165
if (!TEST_int_eq(BIO_ADDR_rawmake(addr1, af, pina, inal, 0), 1))
crypto/openssl/test/bio_dgram_test.c
168
if (!TEST_int_eq(BIO_ADDR_rawmake(addr2, af, pina, inal, 0), 1))
crypto/openssl/test/bio_dgram_test.c
227
if (!TEST_int_gt(BIO_ADDR_rawmake(addr3, af, pina, inal, 0), 0))
crypto/openssl/test/bio_dgram_test.c
635
if (!TEST_int_eq(BIO_ADDR_rawmake(addr1, AF_INET, &in_local,
crypto/openssl/test/bio_dgram_test.c
644
if (!TEST_int_eq(BIO_ADDR_rawmake(addr2, AF_INET, &in_local,
crypto/openssl/test/bio_tfo_test.c
263
|| !TEST_true(BIO_ADDR_rawmake(baddr, ai->ai_family, addr, addrlen, port)))
crypto/openssl/test/bio_tfo_test.c
292
if (!TEST_true(BIO_ADDR_rawmake(baddr, sstorage.ss_family, addr, addrlen, port)))
crypto/openssl/test/helpers/quictestlib.c
238
if (!TEST_true(BIO_ADDR_rawmake(localaddr, AF_INET, &ina, sizeof(ina),
crypto/openssl/test/helpers/quictestlib.c
248
if (!TEST_true(BIO_ADDR_rawmake(peeraddr, AF_INET, &ina, sizeof(ina),
crypto/openssl/test/helpers/ssltestlib.c
1069
&& !BIO_ADDR_rawmake(saddr, sin.sin_family, &sin.sin_addr,
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
322
if (!BIO_ADDR_rawmake(addr, AF_INET6, &in6addr_any, sizeof(in6addr_any), htons(port))) {
crypto/openssl/test/quic_client_test.c
59
if (!TEST_true(BIO_ADDR_rawmake(s_addr_, AF_INET, &ina, sizeof(ina),
crypto/openssl/test/quic_multistream_test.c
731
if (!TEST_true(BIO_ADDR_rawmake(h->s_net_bio_orig_addr, AF_INET,
crypto/openssl/test/quic_tserver_test.c
98
if (!TEST_true(BIO_ADDR_rawmake(s_addr_, AF_INET, &ina, sizeof(ina), 0)))
crypto/openssl/test/quicapitest.c
2564
if (!TEST_true(BIO_ADDR_rawmake(addr, AF_INET, ina, sizeof(struct in_addr),
crypto/openssl/test/radix/quic_ops.c
95
if (!TEST_true(BIO_ADDR_rawmake(addr, AF_INET,