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

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c111 enum kcmd_proto protonum = *protonump; local
302 if (protonum == KCMD_PROTOCOL_COMPAT_HACK) {
310 protonum = is_des ? KCMD_OLD_PROTOCOL : KCMD_NEW_PROTOCOL;
313 switch (protonum) {
464 init_encrypt(int enc, krb5_context ctxt, enum kcmd_proto protonum, argument
494 if (protonum == KCMD_OLD_PROTOCOL) {

Completed in 57 milliseconds