MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ng_unparse

Function ng_unparse

freebsd/netgraph/ng_parse.c:156–163  ·  view source on GitHub ↗

* Convert binary to an ASCII string according to the supplied type descriptor */

Source from the content-addressed store, hash-verified

154 * Convert binary to an ASCII string according to the supplied type descriptor
155 */
156int
157ng_unparse(const struct ng_parse_type *type,
158 const u_char *data, char *cbuf, int cbuflen)
159{
160 int off = 0;
161
162 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen);
163}
164
165/*
166 * Fill in the default value according to the supplied type descriptor

Callers 2

ng_generic_msgFunction · 0.85
ng_generic_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected