Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_base.c2778 const struct ng_parse_type *argstype; in ng_generic_msg() local
2828 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()
2830 if (argstype == NULL) { in ng_generic_msg()
2833 error = ng_unparse(argstype, (u_char *)binary->data, in ng_generic_msg()
2856 const struct ng_parse_type *argstype; in ng_generic_msg() local
2906 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()
2908 if (argstype == NULL) { in ng_generic_msg()
2911 if ((error = ng_parse(argstype, ascii->data, &off, in ng_generic_msg()