Searched refs:INVOKE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 128 #define INVOKE(t,m) (*METHOD(t,m)) macro 137 0 : INVOKE(t, getAlign)(t)) 150 return INVOKE(type, parse)(type, string, off, buf, buf, buflen); in ng_parse() 162 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen); in ng_unparse() 1344 error = INVOKE(etype, parse)(etype, in ng_parse_composite() 1443 if ((error = INVOKE(etype, unparse) in ng_unparse_composite()
|