Searched refs:nfs_sec (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h280 struct nfs_sec nm_sec; /* acceptable security mechanism flavors */
281 struct nfs_sec nm_servsec; /* server's acceptable security mechanism flavors */
H A Dnfs.h417 struct nfs_sec { struct
427 struct nfs_sec nxna_sec; /* security mechanism flavors */
541 struct nfs_sec nxo_sec; /* security mechanism flavors */
1222 int nfs3_mount_rpc(struct nfsmount *, struct sockaddr *, int, int, char *, vfs_context_t, int, fhandle_t *, struct nfs_sec *);
H A Dnfs_subs.c1960 int nfsrv_cmp_secflavs(struct nfs_sec *, struct nfs_sec *);
2397 nfsrv_cmp_secflavs(struct nfs_sec *sf1, struct nfs_sec *sf2)
2457 bcopy(&nxna.nxna_sec, &nx->nx_defopt.nxo_sec, sizeof(struct nfs_sec));
2473 bcopy(&nxna.nxna_sec, &no->no_opt.nxo_sec, sizeof(struct nfs_sec));
H A Dnfs_vfsops.c2108 struct nfs_sec sec;
3904 nfs3_mount_rpc(struct nfsmount *nmp, struct sockaddr *sa, int sotype, int nfsvers, char *path, vfs_context_t ctx, int timeo, fhandle_t *fh, struct nfs_sec *sec)
H A Dnfs4_vnops.c1197 struct nfs_sec sec;

Completed in 111 milliseconds