Home
last modified time | relevance | path

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

/dragonfly/lib/libnetgraph/
HDdebug.c183 #define ARGS_BUFSIZE 2048 macro
192 u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE]; in _NgDebugMsg()
221 if (arglen > ARGS_BUFSIZE) in _NgDebugMsg()
222 arglen = ARGS_BUFSIZE; in _NgDebugMsg()
/dragonfly/lib/libnetgraph7/
HDdebug.c211 #define ARGS_BUFSIZE 2048 macro
220 u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE]; in _NgDebugMsg()
249 if (arglen > ARGS_BUFSIZE) in _NgDebugMsg()
250 arglen = ARGS_BUFSIZE; in _NgDebugMsg()