Searched refs:NG_TYPESIZ (Results 1 – 6 of 6) sorted by relevance
48 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro173 char type[NG_TYPESIZ]; /* peer type */226 char type[NG_TYPESIZ]; /* peer type */282 char type_name[NG_TYPESIZ]; /* name of type */
281 char filename[NG_TYPESIZ + 3]; in ngc_send()
866 NG_TYPESIZ
1267 (namelen >= NG_TYPESIZ)) { in ng_newtype()
468 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create()469 char modname[NG_TYPESIZ + 3]; in ng_Create()
127 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()