Home
last modified time | relevance | path

Searched refs:RPCMNT_NAMELEN (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.bin/showmount/
Dshowmount.c76 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/
Drpcv2.h84 #define RPCMNT_NAMELEN 255 macro
/netbsd/src/usr.sbin/mountd/
Dmountd.c116 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/
Drpcv2.h97 #define RPCMNT_NAMELEN 255 macro
/netbsd/src/sys/fs/nfs/common/
Drpcv2.h199 #define RPCMNT_NAMELEN 255 macro