Home
last modified time | relevance | path

Searched defs:addr2 (Results 1 – 25 of 56) sorted by relevance

123

/third_party/selinux/libsepol/src/
Dnodes.c187 unsigned int *addr2 = &c->u.node.addr; in sepol_node_exists() local
203 unsigned int *addr2 = c->u.node6.addr; in sepol_node_exists() local
247 unsigned int *addr2 = &c->u.node.addr; in sepol_node_query() local
266 unsigned int *addr2 = c->u.node6.addr; in sepol_node_query() local
/third_party/musl/src/linux/
Dptrace.c10 void *addr, *data, *addr2 = 0; in ptrace() local
/third_party/boost/boost/atomic/detail/
Dfutex.hpp68 …ke(void* addr1, int op, unsigned int val1, const void* timeout = NULL, void* addr2 = NULL, unsigne… in futex_invoke()
79 …utex_invoke(void* addr1, int op, unsigned int val1, unsigned int val2, void* addr2 = NULL, unsigne… in futex_invoke()
/third_party/lwip/src/include/lwip/
Dip6_addr.h150 #define ip6_addr_netcmp_zoneless(addr1, addr2) (((addr1)->addr[0] == (addr2)->addr[0]) && \ argument
160 #define ip6_addr_netcmp(addr1, addr2) (ip6_addr_netcmp_zoneless((addr1), (addr2)) && \ argument
164 #define ip6_addr_nethostcmp(addr1, addr2) (((addr1)->addr[2] == (addr2)->addr[2]) && \ argument
168 #define ip6_addr_cmp_zoneless(addr1, addr2) (((addr1)->addr[0] == (addr2)->addr[0]) && \ argument
180 #define ip6_addr_cmp(addr1, addr2) (ip6_addr_cmp_zoneless((addr1), (addr2)) && \ argument
Dip_addr.h198 #define ip_addr_netcmp(addr1, addr2, mask) ((IP_IS_V6(addr1) && IP_IS_V6(addr2)) ? \ argument
202 #define ip_addr_cmp(addr1, addr2) ((IP_GET_TYPE(addr1) != IP_GET_TYPE(addr2)) ? 0 : (IP_IS_V6_VA… argument
206 #define ip_addr_cmp_zoneless(addr1, addr2) ((IP_GET_TYPE(addr1) != IP_GET_TYPE(addr2)) ? 0 : (IP… argument
298 #define ip_addr_netcmp(addr1, addr2, mask) ip4_addr_netcmp(addr1, addr2, mask) argument
299 #define ip_addr_cmp(addr1, addr2) ip4_addr_cmp(addr1, addr2) argument
345 #define ip_addr_netcmp(addr1, addr2, mask) 0 argument
346 #define ip_addr_cmp(addr1, addr2) ip6_addr_cmp(addr1, addr2) argument
347 #define ip_addr_cmp_zoneless(addr1, addr2) ip6_addr_cmp_zoneless(addr1, addr2) argument
Dip4_addr.h141 #define ip4_addr_netcmp(addr1, addr2, mask) (((addr1)->addr & \ argument
145 #define ip4_addr_cmp(addr1, addr2) ((addr1)->addr == (addr2)->addr) argument
/third_party/boost/libs/asio/test/ip/
Daddress.cpp44 ip::address addr2(const_addr_v4); in test() local
Daddress_v4.cpp44 ip::address_v4 addr2(const_bytes_value); in test() local
Daddress_v6.cpp44 ip::address_v6 addr2(const_bytes_value); in test() local
Dnetwork_v4.cpp55 ip::address_v4 addr2 = net1.netmask(); in test() local
/third_party/boost/libs/type_traits/test/
Daligned_storage_empy_test.cpp59 std::ptrdiff_t addr2 = get_address2<0,T>(); in do_check() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap02.c40 static unsigned long *addr2; variable
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind06.c28 static struct sockaddr_ll addr1, addr2; variable
/third_party/lwip/src/include/lwip/prot/
Dethernet.h119 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETH_HWADDR_LEN) == 0) argument
/third_party/node/src/
Dnode_win32_etw_provider-inl.h78 #define ETW_WRITE_V8ADDRESSCHANGE(descriptors, addr1, addr2) \ argument
195 void NODE_V8SYMBOL_REMOVE(const void* addr1, const void* addr2) { in NODE_V8SYMBOL_REMOVE()
204 void NODE_V8SYMBOL_MOVE(const void* addr1, const void* addr2) { in NODE_V8SYMBOL_MOVE()
/third_party/libuv/test/
Dtest-tcp-bind6-error.c131 struct sockaddr_in6 addr2; in TEST_IMPL() local
Dtest-udp-send-unreachable.c108 struct sockaddr_in addr2; in TEST_IMPL() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.c131 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key()
282 const u8 *addr2, const u8 *password, in sae_derive_pwe_ecc()
448 const u8 *addr2, const u8 *password, in sae_derive_pwe_ffc()
1122 const u8 *addr1, const u8 *addr2) in sae_max_min_addr()
1138 const u8 *addr1, const u8 *addr2) in sae_derive_pwe_from_pt_ecc()
1203 const u8 *addr1, const u8 *addr2) in sae_derive_pwe_from_pt_ffc()
1345 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, in sae_prepare_commit()
1363 const u8 *addr1, const u8 *addr2, in sae_prepare_commit_pt()
/third_party/popt/tests/
Dtest2.c36 char *addr2 = NULL; variable
/third_party/ltp/testcases/kernel/syscalls/msync/
Dmsync03.c58 static char *addr2; variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp610 auto addr2 = nir_iadd_imm(&b, addr, 4); in r600_lower_shared_io_impl() local
615 auto addr2 = nir_iadd(&b, addr, nir_imm_ivec2(&b, 4, 8)); in r600_lower_shared_io_impl() local
648 auto addr2 = nir_iadd(&b, addr, nir_imm_int(&b, 8 * i + (start_even ? 0 : 4))); in r600_lower_shared_io_impl() local
/third_party/libnl/tests/
Dcheck-addr.c57 struct nl_addr *addr, *addr2; in START_TEST() local
/third_party/mesa3d/src/util/
Dfutex.h37 …ong sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, int val3) in sys_futex()
/third_party/node/test/cctest/
Dtest_sockaddr.cc203 std::shared_ptr<SocketAddress> addr2 = in TEST() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c126 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key()
277 const u8 *addr2, const u8 *password, in sae_derive_pwe_ecc()
454 const u8 *addr2, const u8 *password, in sae_derive_pwe_ffc()
616 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, in sae_prepare_commit()

123