Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dread.c282 if (*type > DTAG_MAX) { in ipp_read_attribute_group()
299 if (value_tag <= DTAG_MAX) in ipp_read_attribute_group()
H A Dipp.h153 DTAG_MAX = 0x0f, /* 0x0f */ enumerator
H A Dwrite.c341 for (c = DTAG_MIN; c <= DTAG_MAX; c++) { in ipp_write_attribute_groups()