Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/misc/src/
Dmain.c120 static ZTEST_BMEM const struct device *current_dev; variable
133 current_dev = dev; in dummy_send()
226 current_dev = NULL; in test_so_bindtodevice()
243 zassert_equal_ptr(dev1, current_dev, "invalid interface used (%p vs %p)", in test_so_bindtodevice()
244 dev1, current_dev); in test_so_bindtodevice()
251 current_dev = NULL; in test_so_bindtodevice()
268 zassert_equal_ptr(dev2, current_dev, "invalid interface used (%p vs %p)", in test_so_bindtodevice()
269 dev2, current_dev); in test_so_bindtodevice()
306 zassert_equal_ptr(dev1, current_dev, "invalid interface used"); in test_so_bindtodevice()