Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.c1665 const spinel_eui64_t static_eui64 = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}}; in main() local
1671 …pe_pack(buffer, sizeof(buffer), "CiiLUE", 0x88, 9, 0xA3, 0xDEADBEEF, static_string, &static_eui64); in main()
1746 if (memcmp(eui64, &static_eui64, sizeof(spinel_eui64_t)) != 0) in main()
1800 if (memcmp(&eui64, &static_eui64, sizeof(spinel_eui64_t)) != 0) in main()
1812 &static_eui64); in main()
1866 if (memcmp(eui64, &static_eui64, sizeof(spinel_eui64_t)) != 0) in main()
1920 if (memcmp(&eui64, &static_eui64, sizeof(spinel_eui64_t)) != 0) in main()