Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_message.h50 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro
175 char type[NG_TYPESIZ]; /* peer type */
228 char type[NG_TYPESIZ]; /* peer type */
284 char type_name[NG_TYPESIZ]; /* name of type */
/f-stack/freebsd/netgraph/
H A Dng_message.h48 #define NG_TYPESIZ 32 /* max type name len (including null) */ macro
173 char type[NG_TYPESIZ]; /* peer type */
226 char type[NG_TYPESIZ]; /* peer type */
282 char type_name[NG_TYPESIZ]; /* name of type */
H A Dng_socket.c284 char filename[NG_TYPESIZ + 3]; in ngc_send()
H A Dng_parse.c865 NG_TYPESIZ
H A Dng_base.c1274 (namelen >= NG_TYPESIZ)) { in ng_newtype()
/f-stack/lib/
H A Dff_ng_base.c1280 (namelen >= NG_TYPESIZ)) { in ng_newtype()