Searched refs:NG_TYPESIZ (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_message.h48 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro
173 char type[NG_TYPESIZ]; /* peer type */
226 char type[NG_TYPESIZ]; /* peer type */
282 char type_name[NG_TYPESIZ]; /* name of type */
H A Dng_socket.c281 char filename[NG_TYPESIZ + 3];
H A Dng_parse.c866 NG_TYPESIZ
H A Dng_base.c1277 (namelen >= NG_TYPESIZ)) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dnetgraph.c470 char nodetype[NG_TYPESIZ + NG_NODESIZ];
471 char modname[NG_TYPESIZ + 3];
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c127 char name[NG_TYPESIZ];
737 strlcpy(mkpeer.type, type, NG_TYPESIZ);
1245 if (namelen == 0 || namelen >= NG_TYPESIZ) {

Completed in 96 milliseconds