HomeSort by: relevance | last modified time | path
    Searched refs:NFSSOCKADDR_T (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_var.h 260 int nfsaddr_match(int, union nethostaddr *, NFSSOCKADDR_T);
261 int nfsaddr2_match(NFSSOCKADDR_T, NFSSOCKADDR_T);
655 int nfsvno_checkexp(mount_t, NFSSOCKADDR_T, struct nfsexstuff *,
657 int nfsvno_fhtovp(mount_t, fhandle_t *, NFSSOCKADDR_T, int,
nfs.h 527 NFSSOCKADDR_T nr_nam;
585 NFSSOCKADDR_T nd_nam; /* and socket addr */
586 NFSSOCKADDR_T nd_nam2; /* return socket addr */
nfsport.h 120 #define NFSSOCKADDR_T struct sockaddr *
nfs_commonsubs.c 527 nfsaddr_match(int family, union nethostaddr *haddr, NFSSOCKADDR_T nam)
557 * Similar to the above, but takes to NFSSOCKADDR_T args.
560 nfsaddr2_match(NFSSOCKADDR_T nam1, NFSSOCKADDR_T nam2)

Completed in 106 milliseconds