Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c102 enum { OP_REQUIRED, OP_OPTIONAL, OP_VENDOR } type; enumerator
105 { 0x0002, "print-job", ipp_print_job, OP_REQUIRED },
108 OP_REQUIRED },
110 { 0x000a, "get-jobs", ipp_get_jobs, OP_REQUIRED },
112 OP_REQUIRED },
130 { 0x0008, "cancel-job", ipp_cancel_job, OP_REQUIRED },
132 OP_REQUIRED },
256 if (handlers[i].type == OP_REQUIRED) in ipp_configure_required_operations()