Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_message.h49 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro
174 char type[NG_TYPESIZ]; /* peer type */
227 char type[NG_TYPESIZ]; /* peer type */
283 char type_name[NG_TYPESIZ]; /* name of type */
H A Dng_socket.c286 char filename[NG_TYPESIZ + 3]; in ngc_send()
H A Dng_parse.c864 NG_TYPESIZ
H A Dng_base.c1278 (namelen >= NG_TYPESIZ)) { in ng_newtype()
/freebsd/usr.sbin/ppp/
H A Dnetgraph.c468 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create()
469 char modname[NG_TYPESIZ + 3]; in ng_Create()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c125 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()