Home
last modified time | relevance | path

Searched defs:addr1 (Results 1 – 25 of 59) sorted by relevance

123

/third_party/lwip/src/include/lwip/
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
147 #define ip4_addr_isany_val(addr1) ((addr1).addr == IPADDR_ANY) argument
148 #define ip4_addr_isany(addr1) ((addr1) == NULL || ip4_addr_isany_val(*(addr1))) argument
150 #define ip4_addr_isbroadcast(addr1, netif) ip4_addr_isbroadcast_u32((addr1)->addr, netif) argument
156 #define ip4_addr_ismulticast(addr1) (((addr1)->addr & PP_HTONL(0xf0000000UL)) == PP_HTONL(0xe000000… argument
158 #define ip4_addr_islinklocal(addr1) (((addr1)->addr & PP_HTONL(0xffff0000UL)) == PP_HTONL(0xa9fe000… argument
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
/third_party/boost/boost/atomic/detail/
Dfutex.hpp68 BOOST_FORCEINLINE int futex_invoke(void* addr1, int op, unsigned int val1, const void* timeout = NU… in futex_invoke()
79 BOOST_FORCEINLINE int futex_invoke(void* addr1, int op, unsigned int val1, unsigned int val2, void*… in futex_invoke()
/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()
225 const void* addr1, in NODE_V8SYMBOL_ADD()
/third_party/boost/libs/type_traits/test/
Daligned_storage_empy_test.cpp58 std::ptrdiff_t addr1 = get_address1<0,T>(); in do_check() local
/third_party/boost/libs/asio/test/ip/
Daddress.cpp42 ip::address addr1; in test() local
Daddress_v4.cpp42 ip::address_v4 addr1; in test() local
Dnetwork_v6.cpp48 ip::address_v6 addr1 = net1.address(); in test() local
Daddress_v6.cpp42 ip::address_v6 addr1; in test() local
Dnetwork_v4.cpp49 ip::address_v4 addr1 = net1.address(); in test() local
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind06.c28 static struct sockaddr_ll addr1, addr2; variable
/third_party/ltp/testcases/kernel/syscalls/munlock/
Dmunlock01.c78 void *addr1; variable
Dmunlock02.c85 void *addr1; variable
/third_party/ltp/testcases/kernel/syscalls/mlock/
Dmlock01.c61 void *addr1; 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/libuv/test/
Dtest-tcp-bind6-error.c130 struct sockaddr_in6 addr1; in TEST_IMPL() local
Dtest-tcp-bind-error.c188 struct sockaddr_in addr1; 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()
281 static int sae_derive_pwe_ecc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ecc()
447 static int sae_derive_pwe_ffc(struct sae_data *sae, const u8 *addr1, 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.c35 char *addr1 = NULL; variable
/third_party/ltp/testcases/kernel/syscalls/msync/
Dmsync03.c57 static char *addr1; variable
/third_party/mesa3d/src/util/
Dfutex.h37 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex()
/third_party/node/test/cctest/
Dtest_sockaddr.cc200 std::shared_ptr<SocketAddress> addr1 = 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()
276 static int sae_derive_pwe_ecc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ecc()
453 static int sae_derive_pwe_ffc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ffc()
616 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, in sae_prepare_commit()
Dcommon_module_tests.c259 const u8 addr1[ETH_ALEN] = { 0x82, 0x7b, 0x91, 0x9d, 0xd4, 0xb9 }; in sae_tests() local

123