Searched refs:NG_CMDSTRSIZ (Results 1 – 4 of 4) sorted by relevance
54 #define NG_CMDSTRSIZ 32 /* max command string (including null) */ macro69 u_char cmdstr[NG_CMDSTRSIZ]; /* cmd string + \0 */
52 #define NG_CMDSTRSIZ 32 /* max command string (including null) */ macro67 u_char cmdstr[NG_CMDSTRSIZ]; /* cmd string + \0 */
873 NG_CMDSTRSIZ
103 snprintf((char *)msg.header.cmdstr, NG_CMDSTRSIZ, "cmd%d", cmd); in NgSendMsg()