Searched refs:NG_TYPESIZ (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/netgraph/ |
| HD | ng_message.h | 54 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro 127 char type[NG_TYPESIZ]; /* peer type */ 180 char type[NG_TYPESIZ]; /* peer type */ 236 char type_name[NG_TYPESIZ]; /* name of type */
|
| /dragonfly/sys/netgraph7/ |
| HD | ng_message.h | 51 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro 59 #define NG_TYPELEN (NG_TYPESIZ - 1) 185 char type[NG_TYPESIZ]; /* peer type */ 238 char type[NG_TYPESIZ]; /* peer type */ 294 char type_name[NG_TYPESIZ]; /* name of type */
|
| /dragonfly/sys/netgraph/netgraph/ |
| HD | ng_base.c | 333 char *path, filename[NG_TYPESIZ + 3]; in ng_load_module() 890 if (tp->version != NG_VERSION || namelen == 0 || namelen >= NG_TYPESIZ) { in ng_newtype() 1338 strlcpy(ni->type, here->type->name, NG_TYPESIZ); in ng_generic_msg() 1369 strlcpy(ni->type, here->type->name, NG_TYPESIZ); in ng_generic_msg() 1390 hook->peer->node->type->name, NG_TYPESIZ); in ng_generic_msg() 1449 strlcpy(np->type, node->type->name, NG_TYPESIZ); in ng_generic_msg() 1497 strlcpy(tp->type_name, type->name, NG_TYPESIZ); in ng_generic_msg()
|
| HD | ng_parse.c | 846 NG_TYPESIZ
|
| /dragonfly/usr.sbin/ppp/ |
| HD | netgraph.c | 475 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create() 476 char modname[NG_TYPESIZ + 3]; in ng_Create()
|
| /dragonfly/sys/netgraph7/socket/ |
| HD | ng_socket.c | 282 char filename[NG_TYPESIZ + 3]; in ngc_send()
|
| /dragonfly/sys/netgraph7/netgraph/ |
| HD | ng_parse.c | 877 NG_TYPESIZ
|
| HD | ng_base.c | 1239 || (namelen >= NG_TYPESIZ)) { in ng_newtype()
|