eui64.h | 51 } eui64_t; typedef in typeref:union:__anon28741 72 } eui64_t; typedef in typeref:union:__anon28742 81 #define eui64_copy(s, d) memcpy(&(d), &(s), sizeof(eui64_t)) 97 (cp) += sizeof(eui64_t); \ 102 (cp) += sizeof(eui64_t); \ 111 char *eui64_ntoa __P((eui64_t)); /* Returns ascii representation of id */
|