Searched refs:memcmp (Results 826 - 850 of 1064) sorted by relevance

<<31323334353637383940>>

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_screen.c524 if (!memcmp(&tmp, my_magic, (size_t) 4)) {
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dradix.c128 if (memcmp(addr, dest, mask / 8) == 0) {
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_csum.c643 if (!memcmp(ei, &ei_zero, sizeof(struct ext2fs_dinode)))
/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd64.c171 #define EQUUID(a, b) (memcmp(a, b, sizeof(struct uuid)) == 0)
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip.c346 return (*mm == val) && memcmp(mm, mm + 1, size - 1) == 0;
/freebsd-13-stable/sys/net/
H A Ddebugnet.c553 if (memcmp(ifr.ifr_addr.sa_data, eh->ether_dhost,
H A Dif_bridge.c1261 !memcmp(IF_LLADDR(sc->sc_ifp), sc->sc_defaddr.octet, ETHER_ADDR_LEN)) {
2415 if (memcmp(eh->ether_dhost, bstp_etheraddr,
2490 if (memcmp(IF_LLADDR((iface)), eh->ether_dhost, ETHER_ADDR_LEN) == 0 \
2524 if (memcmp(IF_LLADDR((iface)), eh->ether_shost, ETHER_ADDR_LEN) == 0 \
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ddb.c808 if (memcmp(wk->wk_key, zerodata, keylen) != 0) {
H A Dieee80211_var.h612 #define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c665 if (memcmp(udh.eth.smac_h, udh.eth.dmac_h, ETH_ALEN))
/freebsd-13-stable/sys/sys/
H A Dmount.h55 #define fsidcmp(a, b) memcmp((a), (b), sizeof(fsid_t))
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_cdceem.c387 if (memcmp(sc->sc_echo_buffer, CDCEEM_ECHO_PAYLOAD,
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_mac.c1047 if (memcmp(&generation_start, &generation_end,
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h36 # define bcmp memcmp
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c168 a1->len == a2->len && memcmp(a1->addr, a2->addr, a1->len) == 0);
/freebsd-13-stable/stand/common/
H A Dpart.c157 if (memcmp(hdr->hdr_sig, GPT_HDR_SIG, sizeof(hdr->hdr_sig)) != 0) {
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c513 if (memcmp(edid_infop, magic, sizeof (magic)) != 0)
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h516 int memcmp(const void *, const void *, size_t len);
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_sd.c846 if (memcmp(mval, os->data, mlen)) {
/freebsd-13-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c270 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c915 if (memcmp(crypt_expected, buf, AUTH_LENGTH) != 0) {
/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c155 if (memcmp(&eui, &tmpeui, sizeof(struct eui64)) == 0) {
/freebsd-13-stable/usr.sbin/jail/
H A Djail.c828 memcmp(rtjp->jp_value, jp->jp_value,
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c430 (memcmp(node->node->name,node->isoDirRecord->name,
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c993 if (memcmp(nullbuf, ND.randomid, sizeof(nullbuf)) != 0) {

Completed in 224 milliseconds

<<31323334353637383940>>