ARGS_BUFSIZE
u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE];
if (arglen > ARGS_BUFSIZE)
arglen = ARGS_BUFSIZE;