Searched refs:current_dev (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/socket/misc/src/ |
D | main.c | 90 static ZTEST_BMEM const struct device *current_dev; variable 103 current_dev = dev; in dummy_send() 196 current_dev = NULL; in test_so_bindtodevice() 213 zassert_equal_ptr(dev1, current_dev, "invalid interface used (%p vs %p)", in test_so_bindtodevice() 214 dev1, current_dev); in test_so_bindtodevice() 221 current_dev = NULL; in test_so_bindtodevice() 238 zassert_equal_ptr(dev2, current_dev, "invalid interface used (%p vs %p)", in test_so_bindtodevice() 239 dev2, current_dev); in test_so_bindtodevice() 276 zassert_equal_ptr(dev1, current_dev, "invalid interface used"); in test_so_bindtodevice()
|