Searched refs:elementsof (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-autoipd/ |
D | iface-bsd.c | 57 #ifndef elementsof 58 #define elementsof(array) (sizeof(array)/sizeof(array[0])) macro 152 if (sysctl(mib, elementsof(mib), NULL, &len, NULL, 0) != 0) { in iface_get_initial_state() 164 if (sysctl(mib, elementsof(mib), buf, &len, NULL, 0) != 0) { in iface_get_initial_state()
|
D | main.c | 578 #ifndef elementsof 579 #define elementsof(array) (sizeof(array)/sizeof(array[0])) macro 598 if (sysctl(mib, elementsof(mib), NULL, &len, NULL, 0) != 0) { in __get_ether_addr() 605 if (sysctl(mib, elementsof(mib), buf, &len, NULL, 0) != 0) { in __get_ether_addr()
|