Searched refs:INTERFACE_MAX (Results 1 – 2 of 2) sorted by relevance
296 char buffer[INTERFACE_MAX * sizeof(struct ifreq)]; in deviceGetAll()302 memset(buffer, 0, INTERFACE_MAX * sizeof(struct ifreq)); in deviceGetAll()
67 #define INTERFACE_MAX 50 /* Maximum number of network interfaces we'll deal with */ macro