Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dmcache.c419 krb5_mcache *mfrom = MCACHE(from), *mto = MCACHE(to); in mcc_move() local
435 creds = mto->creds; in mcc_move()
436 mto->creds = mfrom->creds; in mcc_move()
439 principal = mto->primary_principal; in mcc_move()
440 mto->primary_principal = mfrom->primary_principal; in mcc_move()
443 mto->mtime = mfrom->mtime = time(NULL); in mcc_move()
/freebsd/sys/netinet/
H A Dip_mroute.h83 #define VIFM_COPY(mfrom, mto) ((mto) = (mfrom)) argument