Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libipp-core/common/
H A Dipp.h155 DTAG_MAX = 0x0f, /* 0x0f */ enumerator
H A Dread.c284 if (*type > DTAG_MAX) { in ipp_read_attribute_group()
301 if (value_tag <= DTAG_MAX) in ipp_read_attribute_group()
H A Dwrite.c343 for (c = DTAG_MIN; c <= DTAG_MAX; c++) { in ipp_write_attribute_groups()