Searched refs:in_local (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | bio_dgram_test.c | 502 struct in_addr in_local; in test_bio_dgram_pair() local 512 in_local.s_addr = ntohl(0x7f000001); in test_bio_dgram_pair() 635 if (!TEST_int_eq(BIO_ADDR_rawmake(addr1, AF_INET, &in_local, in test_bio_dgram_pair() 636 sizeof(in_local), 1234), 1)) in test_bio_dgram_pair() 643 if (!TEST_int_eq(BIO_ADDR_rawmake(addr2, AF_INET, &in_local, in test_bio_dgram_pair() 644 sizeof(in_local), 2345), 1)) in test_bio_dgram_pair()
|
Completed in 5 milliseconds