Home
last modified time | relevance | path

Searched refs:ng_unparse_composite (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph/netgraph/
H A Dng_parse.c93 static int ng_unparse_composite(const struct ng_parse_type *type,
192 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_STRUCT); in ng_struct_unparse()
247 return ng_unparse_composite(type, in ng_fixedarray_unparse()
295 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_ARRAY); in ng_array_unparse()
1228 ng_unparse_composite(const struct ng_parse_type *type, const u_char *data, in ng_unparse_composite() function
/dragonfly/sys/netgraph7/netgraph/
H A Dng_parse.c106 static int ng_unparse_composite(const struct ng_parse_type *type,
194 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_STRUCT); in ng_struct_unparse()
249 return ng_unparse_composite(type, in ng_fixedarray_unparse()
297 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_ARRAY); in ng_array_unparse()
1386 ng_unparse_composite(const struct ng_parse_type *type, const u_char *data, in ng_unparse_composite() function