Searched refs:DEV1_NAME (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/net/socket/misc/src/ |
| D | main.c | 180 #define DEV1_NAME "dummy0" macro 183 #define DEV1_NAME "dummy_1" macro 187 NET_DEVICE_INIT(dummy_1, DEV1_NAME, NULL, NULL, &dummy_data1, NULL, 207 const struct device *dev1 = device_get_binding(DEV1_NAME); in test_so_bindtodevice() 228 strcpy(ifreq.ifr_name, DEV1_NAME); in test_so_bindtodevice() 229 strcpy(send_buf, DEV1_NAME); in test_so_bindtodevice() 291 strcpy(ifreq.ifr_name, DEV1_NAME); in test_so_bindtodevice() 292 strcpy(send_buf, DEV1_NAME); in test_so_bindtodevice() 315 zassert_mem_equal(recv_buf, DEV1_NAME, strlen(DEV1_NAME), in test_so_bindtodevice()
|