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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c46 #define NDPD_LOGMSGSIZE 1024 macro
954 char msg[NDPD_LOGMSGSIZE];
960 (void) snprintf(msg, NDPD_LOGMSGSIZE, "%s line %d: ",
963 (void) vsnprintf(msg + slen, NDPD_LOGMSGSIZE - slen, fmt, ap);

Completed in 482 milliseconds