Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/
HDng_message.h54 #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/
HDng_message.h51 #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/
HDng_base.c333 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()
HDng_parse.c846 NG_TYPESIZ
/dragonfly/usr.sbin/ppp/
HDnetgraph.c475 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create()
476 char modname[NG_TYPESIZ + 3]; in ng_Create()
/dragonfly/sys/netgraph7/socket/
HDng_socket.c282 char filename[NG_TYPESIZ + 3]; in ngc_send()
/dragonfly/sys/netgraph7/netgraph/
HDng_parse.c877 NG_TYPESIZ
HDng_base.c1239 || (namelen >= NG_TYPESIZ)) { in ng_newtype()