Home
last modified time | relevance | path

Searched refs:unparse (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_parse.h284 ng_unparse_t *unparse; /* unparse method */ member
H A Dng_parse.c162 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen); in ng_unparse()
1443 if ((error = INVOKE(etype, unparse) in ng_unparse_composite()
1881 while (t != NULL && t->unparse == NULL) in ng_get_unparse_method()
1883 return (t ? t->unparse : NULL); in ng_get_unparse_method()
H A Dng_ksocket.c364 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
/f-stack/tools/compat/include/netgraph/
H A Dng_parse.h285 ng_unparse_t *unparse; /* unparse method */ member