Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dbio_dgram_test.c106 *addr5 = NULL, *addr6 = NULL; in test_bio_dgram_impl() local
157 addr5 = BIO_ADDR_new(); in test_bio_dgram_impl()
158 if (!TEST_ptr(addr5)) in test_bio_dgram_impl()
291 rx_msg[1].peer = addr5; in test_bio_dgram_impl()
350 if (!TEST_int_eq(compare_addr(addr5, addr1), 1)) in test_bio_dgram_impl()
427 BIO_ADDR_free(addr5); in test_bio_dgram_impl()
/src/contrib/tcpdump/
H A Dprint-802_11.c387 nd_mac_addr addr5; member
2136 ND_PRINT(" A5:%s", GET_ETHERADDR_STRING(mc->addr5)); in ieee_802_11_hdr_print()