Searched refs:argstype (Results 1 – 1 of 1) sorted by relevance
2778 const struct ng_parse_type *argstype; in ng_generic_msg() local2828 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() local2906 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()