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

Function ng_parse

freebsd/netgraph/ng_parse.c:146–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

144 * Convert an ASCII string to binary according to the supplied type descriptor
145 */
146int
147ng_parse(const struct ng_parse_type *type,
148 const char *string, int *off, u_char *buf, int *buflen)
149{
150 return INVOKE(type, parse)(type, string, off, buf, buf, buflen);
151}
152
153/*
154 * Convert binary to an ASCII string 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