Searched refs:NG_TYPESIZ (Results 1 – 6 of 6) sorted by relevance
49 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro174 char type[NG_TYPESIZ]; /* peer type */227 char type[NG_TYPESIZ]; /* peer type */283 char type_name[NG_TYPESIZ]; /* name of type */
286 char filename[NG_TYPESIZ + 3]; in ngc_send()
864 NG_TYPESIZ
1278 (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()
125 char name[NG_TYPESIZ];735 strlcpy(mkpeer.type, type, NG_TYPESIZ); in ng_mkpeer_id()1243 if (namelen == 0 || namelen >= NG_TYPESIZ) { in op_ng_type()