Searched refs:DEV1_NAME (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/socket/misc/src/ |
D | main.c | 150 #define DEV1_NAME "dummy0" macro 153 #define DEV1_NAME "dummy_1" macro 157 NET_DEVICE_INIT(dummy_1, DEV1_NAME, NULL, NULL, &dummy_data1, NULL, 177 const struct device *dev1 = device_get_binding(DEV1_NAME); in test_so_bindtodevice() 198 strcpy(ifreq.ifr_name, DEV1_NAME); in test_so_bindtodevice() 199 strcpy(send_buf, DEV1_NAME); in test_so_bindtodevice() 261 strcpy(ifreq.ifr_name, DEV1_NAME); in test_so_bindtodevice() 262 strcpy(send_buf, DEV1_NAME); in test_so_bindtodevice() 285 zassert_mem_equal(recv_buf, DEV1_NAME, strlen(DEV1_NAME), in test_so_bindtodevice()
|