Home
last modified time | relevance | path

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

/trueos/sys/netgraph/
HDng_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 */
HDng_socket.c281 char filename[NG_TYPESIZ + 3]; in ngc_send()
HDng_parse.c866 NG_TYPESIZ
HDng_base.c1267 (namelen >= NG_TYPESIZ)) { in ng_newtype()
/trueos/usr.sbin/ppp/
HDnetgraph.c468 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create()
469 char modname[NG_TYPESIZ + 3]; in ng_Create()
/trueos/usr.sbin/bsnmpd/modules/snmp_netgraph/
HDsnmp_netgraph.c127 char name[NG_TYPESIZ];
737 strlcpy(mkpeer.type, type, NG_TYPESIZ); in ng_mkpeer_id()
1245 if (namelen == 0 || namelen >= NG_TYPESIZ) { in op_ng_type()