Lines Matching refs:otPlatInfraIfHasAddress
97 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex, &infraIfAddresses[0])); in TestNcpInfraIfSetUp()
98 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex + 100, &infraIfAddresses[0])); in TestNcpInfraIfSetUp()
104 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex, &infraIfAddresses[0])); in TestNcpInfraIfSetUp()
127 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[0])); in TestNcpInfraIfUpdate()
128 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[1])); in TestNcpInfraIfUpdate()
133 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[0])); in TestNcpInfraIfUpdate()
134 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[1])); in TestNcpInfraIfUpdate()
139 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[0])); in TestNcpInfraIfUpdate()
140 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[1])); in TestNcpInfraIfUpdate()
141 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex2, &infraIfAddresses[0])); in TestNcpInfraIfUpdate()
142 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex2, &infraIfAddresses[1])); in TestNcpInfraIfUpdate()