Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-krb.c56 #define AUTH_MSG_KDC_REPLY 2<<1 macro
84 { AUTH_MSG_KDC_REPLY, "KDC_REPLY" },
197 case AUTH_MSG_KDC_REPLY: in krb4_print()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h51 #define AUTH_MSG_KDC_REPLY (2<<1) macro