Searched refs:ng_parse_composite (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_parse.c | 102 static int ng_parse_composite(const struct ng_parse_type *type, 185 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT); in ng_struct_parse() 201 return ng_parse_composite(type, in ng_struct_getDefault() 239 return ng_parse_composite(type, in ng_fixedarray_parse() 257 return ng_parse_composite(type, in ng_fixedarray_getDefault() 288 return ng_parse_composite(type, s, off, start, buf, buflen, CT_ARRAY); in ng_array_parse() 304 return ng_parse_composite(type, in ng_array_getDefault() 1198 ng_parse_composite(const struct ng_parse_type *type, const char *s, in ng_parse_composite() function
|