Home
last modified time | relevance | path

Searched refs:nd_principal (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c297 nd.nd_principal = malloc(j + 1, M_TEMP, in nfssvc_program()
300 memcpy(nd.nd_principal, p, j); in nfssvc_program()
301 nd.nd_principal[j] = '\0'; in nfssvc_program()
303 "principal=%s\n", nd.nd_principal); in nfssvc_program()
400 free(nd.nd_principal, M_TEMP);
H A Dnfs_nfsdstate.c5886 NFSBCMP(nd->nd_principal, clp->lc_name, in nfsrv_notsamecredname()
6299 !NFSBCMP(sep->sess_clp->lc_name, nd->nd_principal, in nfsrv_checksequence()
8925 !NFSBCMP(nd->nd_principal, clp->lc_name, nd->nd_princlen)) in nfsrv_checkmachcred()
H A Dnfs_nfsdserv.c4035 NFSBCOPY(nd->nd_principal, clp->lc_name, clp->lc_namelen); in nfsrvd_setclientid()
4373 NFSBCOPY(nd->nd_principal, clp->lc_name, clp->lc_namelen); in nfsrvd_exchangeid()
/freebsd/sys/fs/nfs/
H A Dnfs.h722 #define nd_principal nd_gssname macro