I'm coalescing all the output parsing code in dladm, flowadm, ipmpstat into shared code in libinetutil as part of my fix for "6782154 one copy of parse_output_fields() & friends is enough." and looking for suggestions on what would be a user-friendly prefix for this family of functions. The existing convention in libinetutil is to use the 'iu_' prefix (e.g., iu_eh_create, iu_cancel_timer etc.) but calling my functions iu_print_open(), iu_print_output(), iu_print_close(), and passing around structures like iu_print_field_t between the user and library seems a bit clumsy (or at least, hard to pronounce :-)). Any better suggestions?
--Sowmini
