Searched defs:opcode (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/responder/kcm/
H A Dkcmsrv_ops.c149 * The internal operation returns the opcode and the buffer separately.
1962 struct kcm_op *kcm_get_opt(uint16_t opcode) argument
1967 "The client requested operation %"PRIu16"\n", opcode);
1969 if (opcode >= KCM_OP_SENTINEL) {
1973 op = &kcm_optable[opcode];

Completed in 14 milliseconds