Searched refs:RPCMNT_NAMELEN (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.bin/showmount/ |
| D | showmount.c | 76 char ml_host[RPCMNT_NAMELEN+1]; 82 char gr_name[RPCMNT_NAMELEN+1]; 291 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN)) { in xdr_mntdump() 406 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN)) in xdr_exports()
|
| /netbsd/src/sys/lib/libsa/ |
| D | rpcv2.h | 84 #define RPCMNT_NAMELEN 255 macro
|
| /netbsd/src/usr.sbin/mountd/ |
| D | mountd.c | 116 char ml_host[RPCMNT_NAMELEN + 1]; 810 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN)) in xdr_mlist() 892 RPCMNT_NAMELEN)) in put_exlist() 899 RPCMNT_NAMELEN)) in put_exlist() 1060 if (len > RPCMNT_NAMELEN) { in get_exportlist_one() 2138 #define STRSIZ (RPCMNT_NAMELEN+RPCMNT_PATHLEN+50) 2162 (void)strncpy(mlp->ml_host, host, RPCMNT_NAMELEN); in get_mountlist() 2163 mlp->ml_host[RPCMNT_NAMELEN] = '\0'; in get_mountlist() 2251 strncpy(mlp->ml_host, hostp, RPCMNT_NAMELEN); in add_mlist() 2252 mlp->ml_host[RPCMNT_NAMELEN] = '\0'; in add_mlist()
|
| /netbsd/src/sys/nfs/ |
| D | rpcv2.h | 97 #define RPCMNT_NAMELEN 255 macro
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | rpcv2.h | 199 #define RPCMNT_NAMELEN 255 macro
|