Searched refs:memcmp (Results 351 - 375 of 1064) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_xz.c228 if (memcmp(buffer, "\xFD\x37\x7A\x58\x5A\x00", 6) != 0)
369 if (memcmp(buffer, "LZIP", 4) != 0)
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_l2t.c122 memcmp(e->dmac, dmac, ETHER_ADDR_LEN) == 0 &&
233 memcmp(e->dmac, eth_addr, ETHER_ADDR_LEN) == 0) {
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c116 return (memcmp(&e->addr[0], &sin6->sin6_addr, sizeof(e->addr)));
218 memcmp(e->dmac, lladdr, ETHER_ADDR_LEN)) {
/freebsd-13-stable/sys/net/
H A Ddebugnet_inet.c325 if (memcmp(ar_sha(ah), enaddr, ifp->if_addrlen) == 0) {
337 if (memcmp(ar_sha(ah), ifp->if_broadcastaddr, ifp->if_addrlen) == 0) {
H A Dieee8023ad_lacp.c291 if (memcmp(&du->ldu_eh.ether_dhost,
934 return (memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state)));
941 return (memcmp(a, b, sizeof(*a)));
949 return (memcmp(a, b, sizeof(*a)));
1394 if (memcmp(&a->lip_systemid, &b->lip_systemid,
1399 if (memcmp(&a->lip_key, &b->lip_key, sizeof(a->lip_key))) {
1983 if (memcmp(&mdu->mdu_eh.ether_dhost,
2016 if (memcmp(&mdu->mdu_info, &lp->lp_marker,
/freebsd-13-stable/usr.sbin/keyserv/
H A Dsetkey.c535 (memcmp(pub, (list)->public, sizeof (keybuf)) == 0 && \
536 memcmp(sec, (list)->secret, sizeof (keybuf)) == 0)
/freebsd-13-stable/usr.sbin/ppp/
H A Dslcompress.c279 memcmp(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) ||
281 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) {
/freebsd-13-stable/usr.sbin/unbound/
H A Dconfig.h690 /* Define if memcmp() does not compare unsigned bytes */
1258 #include "compat/memcmp.h"
1259 #define memcmp memcmp_unbound macro
1260 int memcmp(const void *x, const void *y, size_t n);
/freebsd-13-stable/tools/regression/net80211/wep/
H A Dtest_wep.c244 } else if (memcmp(mtod(m, const void *), t->plaintext, t->plaintext_len)) {
270 } else if (memcmp(mtod(m, const void *), t->encrypted, m->m_pkthdr.len)) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dtxn-table.c281 && 0 == memcmp(key.data, NEXT_KEY_KEY, next_key_key_len))
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c176 if (memcmp(cdigest, sdigest, sizeof(sdigest)) != 0)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509info.c226 memcmp(oid, entry->oid, oid_len) == 0)
/freebsd-13-stable/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp235 return memcmp(lc.data(), rc.data(), lc.size()) == 0;
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dblock_decoder.c168 && memcmp(coder->block->raw_check,
H A Dindex_hash.c297 if (memcmp(index_hash->blocks.check.buffer.u8,
/freebsd-13-stable/crypto/heimdal/kdc/
H A Ddigest-service.c179 memcmp(ntq.ntChallengeResponce.data, answer.data, answer.length) != 0) {
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A D8003.c201 && memcmp(p, zeros, sizeof(zeros)) != 0) {
/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_accept_sec_context.c117 memcmp((const char *)input->value, "NTLMSSP\x00", 8) == 0)
/freebsd-13-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c743 if (memcmp(keyblock->keyvalue.data, keyblock2->keyvalue.data,
804 if (memcmp(out1.value, out2.value, out1.length) != 0)
814 if (memcmp(out1.value, out2.value, out1.length) != 0)
830 if (memcmp(out1.value, out2.value, out1.length) != 0)
/freebsd-13-stable/lib/geom/multipath/
H A Dgeom_multipath.c271 if (memcmp(sector, rsector, secsize)) {
/freebsd-13-stable/lib/libbluetooth/
H A Dbluetooth.h63 #define bacmp(ba1, ba2) memcmp((ba1), (ba2), sizeof(bdaddr_t))
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_db.c163 if (memcmp(_region_head(&r), _region_head(key),
/freebsd-13-stable/lib/libc/locale/
H A Drune.c107 if (memcmp(frl->magic, _FILE_RUNE_MAGIC_1, sizeof (frl->magic))) {
/freebsd-13-stable/lib/libc/regex/
H A Dregexec.c159 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0)
/freebsd-13-stable/lib/libc/string/
H A Dmemmem.c139 if (memcmp(n, n + p, ms + 1)) {

Completed in 363 milliseconds

<<11121314151617181920>>