Home
last modified time | relevance | path

Searched refs:ARGS_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libnetgraph/
H A Ddebug.c226 #define ARGS_BUFSIZE 2048 macro
235 u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE]; in _NgDebugMsg()
264 if (arglen > ARGS_BUFSIZE) in _NgDebugMsg()
265 arglen = ARGS_BUFSIZE; in _NgDebugMsg()