Searched refs:NG_CMDSTRSIZ (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_message.h52 #define NG_CMDSTRSIZ 32 /* max command string (including null) */ macro
67 u_char cmdstr[NG_CMDSTRSIZ]; /* cmd string + \0 */
H A Dng_parse.c874 NG_CMDSTRSIZ
/freebsd-11-stable/lib/libnetgraph/
H A Dmsg.c79 snprintf((char *)msg.header.cmdstr, NG_CMDSTRSIZ, "cmd%d", cmd);
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c2330 strncpy ((resp)->header.cmdstr, "status", NG_CMDSTRSIZ);
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c2103 strncpy ((resp)->header.cmdstr, "status", NG_CMDSTRSIZ);
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2385 strncpy ((resp)->header.cmdstr, "status", NG_CMDSTRSIZ);
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c2043 strncpy ((resp)->header.cmdstr, "status", NG_CMDSTRSIZ);

Completed in 105 milliseconds