Home
last modified time | relevance | path

Searched refs:IP2 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh32 IP2=10.0.0.2
117 test_endpoint $SOCK3 $IP2 bus2 ipv4
152 setup_endpoint $SOCK3 $IP2 bus2 ipv4
245 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
254 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
340 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP2
370 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP2
437 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP2
456 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP2
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp86 IRBuilder<>::InsertPoint IP2) { in isConflictIP() argument
87 if (!IP1.isSet() || !IP2.isSet()) in isConflictIP()
89 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP()