Searched refs:memcmp (Results 901 - 925 of 1064) sorted by relevance

<<31323334353637383940>>

/freebsd-13-stable/contrib/nvi/regex/
H A Dengine.c593 if (memcmp(sp, ssp, len) != 0)
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extattr.c878 if (memcmp(name, entry->e_name, name_len) <= 0)
/freebsd-13-stable/sys/net/route/
H A Droute_ctl.c435 return (memcmp(&nh->gw_sa, gw, nh->gw_sa.sa_len) == 0);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_crypto_tkip.c426 if (memcmp(mic, mic0, tkip.ic_miclen)) {
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c1220 if (memcmp(la->r_linkdata, linkhdr, linkhdrsize) != 0 ||
H A Din.c1409 memcmp(rt_gateway.sa_data, l3addr->sa_data,
H A Dsiftr.c391 if (memcmp(hash_node->key, key, sizeof(key)) == 0) {
/freebsd-13-stable/sys/rpc/
H A Drpcb_clnt.c180 if (!memcmp(cptr->ac_taddr->buf, addr->buf, addr->len)) {
/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.h142 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s)
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_filter.c1187 if (memcmp(left->sfs_dword, right->sfs_dword,
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c233 memcmp(addr->addr.addr, conn->calling.addr.addr,
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c1166 if (!memcmp(guid, &smbios, sizeof(EFI_GUID))) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c1225 * address krb5_address_order will return 0. Behavies like memcmp(2).
1268 return memcmp (addr1->address.data,
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c762 memcmp(ifamap.address, ifamap.local, ifamap.address_len))) {
/freebsd-13-stable/crypto/openssh/
H A Dsshkey-xmss.c964 memcmp(sshbuf_ptr(encoded), XMSS_MAGIC, sizeof(XMSS_MAGIC))) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c1731 ret = memcmp((uint8_t *) data, buffer->buf, data_size);
/freebsd-13-stable/usr.sbin/ppp/
H A Dmp.c108 !memcmp(p1->enddisc.address, p2->enddisc.address, p1->enddisc.len);
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1037 return ((n1->len != n2->len) || memcmp(n1->buf, n2->buf, n1->len));
/freebsd-13-stable/sys/netinet6/
H A Dnd6_nbr.c1193 memcmp(&n->nd_opt_nonce[0], &dp->dad_nonce[0],
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c415 return !memcmp(hdr1->gid, hdr2->gid, 16);
/freebsd-13-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c61 #define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c461 if (memcmp(buf1, buf2, i) != 0)
/freebsd-13-stable/usr.bin/top/
H A Dmachine.c639 if (memcmp(&oldp->ki_start, &pp->ki_start, sizeof(pp->ki_start)) != 0) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c292 && !memcmp(result->path, path, path_len))
316 || memcmp(result->path, path, path_len))
383 && !memcmp(result->path, path, path_len))
/freebsd-13-stable/contrib/unbound/services/
H A Doutside_network.c123 if((r = memcmp(q1->qbuf, q2->qbuf, 10)) != 0)
125 if((r = memcmp(q1->qbuf+q1->qbuflen-4, q2->qbuf+q2->qbuflen-4, 4)) != 0)
2616 if(memcmp(d1, d2, len1) != 0)

Completed in 379 milliseconds

<<31323334353637383940>>