Searched refs:INTERFACE_MAX (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddevices.c296 char buffer[INTERFACE_MAX * sizeof(struct ifreq)];
302 memset(buffer, 0, INTERFACE_MAX * sizeof(struct ifreq));
H A Dsysinstall.h67 #define INTERFACE_MAX 50 /* Maximum number of network interfaces we'll deal with */ macro

Completed in 99 milliseconds