Searched refs:ng_parse_composite (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 104 static int ng_parse_composite(const struct ng_parse_type *type, 187 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT); in ng_struct_parse() 203 return ng_parse_composite(type, in ng_struct_getDefault() 241 return ng_parse_composite(type, in ng_fixedarray_parse() 259 return ng_parse_composite(type, in ng_fixedarray_getDefault() 290 return ng_parse_composite(type, s, off, start, buf, buflen, CT_ARRAY); in ng_array_parse() 306 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
|