Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dbio_dgram_test.c19 static int compare_addr(const BIO_ADDR *a, const BIO_ADDR *b) in compare_addr() function
223 if (!TEST_int_eq(compare_addr(addr3, addr1), 1)) in test_bio_dgram_impl()
347 if (!TEST_int_eq(compare_addr(addr3, addr1), 1)) in test_bio_dgram_impl()
350 if (!TEST_int_eq(compare_addr(addr5, addr1), 1)) in test_bio_dgram_impl()
373 if (!TEST_int_eq(compare_addr(addr4, addr2), 1)) in test_bio_dgram_impl()
376 if (!TEST_int_eq(compare_addr(addr6, addr2), 1)) in test_bio_dgram_impl()
/src/usr.sbin/mountd/
H A Dmountd.c234 static int compare_addr(struct grouplist *, struct grouplist *);
2341 compare_addr(grp, ogrp) == 0) in compare_export()
2360 compare_addr(struct grouplist *grp, struct grouplist *ogrp) in compare_addr() function