Searched refs:ARGS_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
219 #define ARGS_BUFSIZE 2048 macro228 u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE]; in _NgDebugMsg()257 if (arglen > ARGS_BUFSIZE) in _NgDebugMsg()258 arglen = ARGS_BUFSIZE; in _NgDebugMsg()