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

/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf.h7 #define W_MAX 32 macro
20 const char * vals[W_MAX];
H A Dinf.c48 const char *words[W_MAX]; /* More than we'll need. */
801 for (i = 0; i < W_MAX; i++) {
893 if (idx == W_MAX) {
894 fprintf(stderr, "too many words; try bumping W_MAX in inf.h\n");

Completed in 111 milliseconds