Searched refs:argstype (Results 1 – 2 of 2) sorted by relevance
2775 const struct ng_parse_type *argstype; in ng_generic_msg() local2825 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()2827 if (argstype == NULL) { in ng_generic_msg()2830 if ((error = ng_unparse(argstype, in ng_generic_msg()2849 const struct ng_parse_type *argstype; in ng_generic_msg() local2899 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()2901 if (argstype == NULL) { in ng_generic_msg()2904 if ((error = ng_parse(argstype, ascii->data, &off, in ng_generic_msg()
2795 const struct ng_parse_type *argstype; in ng_generic_msg() local2845 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()2847 if (argstype == NULL) { in ng_generic_msg()2850 if ((error = ng_unparse(argstype, in ng_generic_msg()2869 const struct ng_parse_type *argstype; in ng_generic_msg() local2919 argstype = (binary->header.flags & NGF_RESP) ? in ng_generic_msg()2921 if (argstype == NULL) { in ng_generic_msg()2924 if ((error = ng_parse(argstype, ascii->data, &off, in ng_generic_msg()