Home
last modified time | relevance | path

Searched refs:mfrom (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
428 if(mfrom == *n) { in mcc_move()
429 *n = mfrom->next; in mcc_move()
436 mto->creds = mfrom->creds; in mcc_move()
437 mfrom->creds = creds; in mcc_move()
440 mto->primary_principal = mfrom->primary_principal; in mcc_move()
441 mfrom->primary_principal = 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