Searched refs:addr2 (Results 51 - 74 of 74) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp213 lldb::addr_t addr2, size_t size2) {
224 return (addr2 < (addr1 + size1)) && (addr1 < (addr2 + size2));
212 AllocationsIntersect(lldb::addr_t addr1, size_t size1, lldb::addr_t addr2, size_t size2) argument
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dneigh.c458 static int nl_addr_cmp_prefix_msb(void *addr1, int len1, void *addr2, int len2) argument
462 int d = memcmp(addr1, addr2, bytes);
468 (((uint8_t *)addr2)[bytes] & mask);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c60 event.rx_from_unknown.addr = hdr->addr2;
H A Ddriver_hostap.c78 sa = hdr->addr2;
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dcrypto.h308 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag,
/freebsd-13-stable/sys/i386/i386/
H A Dvm_machdep.c579 vm_offset_t addr1 __unused, vm_offset_t addr2 __unused)
H A Dpmap.c1207 vm_offset_t addr2 __unused)
1311 vm_offset_t addr1 __unused, vm_offset_t addr2 __unused)
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ha.c676 const void *addr2, size_t len2, int wait)
719 memcpy(mtodo(mb, mb->m_len), (const char *)addr2 + off, copylen);
675 ctl_ha_msg_send2(ctl_ha_channel channel, const void *addr, size_t len, const void *addr2, size_t len2, int wait) argument
/freebsd-13-stable/contrib/wpa/src/common/
H A Dwpa_common.c332 * @addr2: SA or AA
350 const u8 *addr1, const u8 *addr2,
369 if (os_memcmp(addr1, addr2, ETH_ALEN) < 0) {
371 os_memcpy(data + ETH_ALEN, addr2, ETH_ALEN);
373 os_memcpy(data, addr2, ETH_ALEN);
450 MAC2STR(addr1), MAC2STR(addr2));
349 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len) argument
H A Dwpa_common.h348 const u8 *addr1, const u8 *addr2,
H A Dieee802_11_defs.h843 u8 addr2[6]; member in struct:ieee80211_hdr
851 #define IEEE80211_BSSID_FROMDS addr2
H A Dieee802_11_common.c617 return hdr->addr2;
/freebsd-13-stable/sys/dev/dwc/
H A Dif_dwc.c194 uint32_t addr2; /* ptr to next descriptor / second buffer data*/ member in struct:dwc_hwdesc
751 sc->rxdesc_ring[idx].addr2 = sc->rxdesc_ring_paddr +
930 sc->txdesc_ring[idx].addr2 = sc->txdesc_ring_paddr +
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l322 address2|addr2 return ADDR2;
/freebsd-13-stable/stand/ficl/
H A Dwords.c2699 ** Run-time: ( -- c-addr2 u )
2700 ** Return c-addr2 u describing a string consisting of the characters
3048 ** to-number CORE ( ud1 c-addr1 u1 -- ud2 c-addr2 u2 )
3054 ** entirely converted. c-addr2 is the location of the first unconverted
3320 ** char-plus CORE ( c-addr1 -- c-addr2 )
3321 ** Add the size in address units of a character to c-addr1, giving c-addr2.
3366 ** COUNT CORE ( c-addr1 -- c-addr2 u )
3368 ** at c-addr1. c-addr2 is the address of the first character after c-addr1.
3370 ** characters of the string at c-addr2.
3925 ** CORE ( addr1 addr2
3936 char *addr2; local
[all...]
/freebsd-13-stable/sys/net/
H A Dbridgestp.c2035 u_char addr2[ETHER_ADDR_LEN]; local
2038 PV2ADDR(id2, addr2);
2040 if (bstp_addr_cmp(addr1, addr2) == 0)
/freebsd-13-stable/sys/kern/
H A Dsubr_vmem.c213 #define VMEM_CROSS_P(addr1, addr2, boundary) \
214 ((((addr1) ^ (addr2)) & -(boundary)) != 0)
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c1022 struct sockaddr_in *addr1, *addr2; local
1029 addr2 = NFSSOCKADDR(nam2, struct sockaddr_in *);
1030 if (addr2->sin_family == AF_INET &&
1031 addr1->sin_addr.s_addr == addr2->sin_addr.s_addr)
/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1329 hapd = get_hapd_bssid(orig_hapd->iface, hdr->addr2);
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c1440 void *addr2 = (unsigned char *)ENG + (size_t)T0_POP(); local
1442 int x = memcmp(addr1, addr2, len);
H A Dssl_hs_server.c1494 void *addr2 = (unsigned char *)ENG + (size_t)T0_POP(); local
1496 int x = memcmp(addr1, addr2, len);
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c3017 vm_offset_t addr2 __unused)
3207 vm_offset_t addr2 __unused)
3230 vm_offset_t addr2 __unused)
/freebsd-13-stable/sys/netinet/
H A Dsctputil.c4600 sctp_is_same_scope(struct sockaddr_in6 *addr1, struct sockaddr_in6 *addr2) argument
4606 b = *addr2;
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c115016 int addr2; /* Address to jump to for next iteration */ local
124861 int addr1, addr2; /* Loop addresses */ local
134144 int addr1, addr2; local
[all...]

Completed in 773 milliseconds

123