Searched refs:ml_host (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/NFS-82/showmount/
H A Dshowmount.h72 char ml_host[RPCMNT_NAMELEN+1]; member in struct:mountlist
H A Dshowmount.c250 strp = mp->ml_host;
266 val = strcmp(mp->ml_host, tp->ml_host);
370 printf("%s:%s\n", mp->ml_host, mp->ml_dirp);
376 printf("%s\n", mp->ml_host);
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c154 char *ml_host; /* NFS client name or address */ member in struct:mountlist
1044 if (!xdr_string(xdrsp, &mlp->ml_host, RPCMNT_NAMELEN))
4920 mlp->ml_host = malloc(hlen+1);
4923 if (!mlp || !mlp->ml_host || !mlp->ml_dir) {
4927 if (mlp->ml_host)
4928 free(mlp->ml_host);
4935 strncpy(mlp->ml_host, host, hlen);
4936 mlp->ml_host[hlen] = '\0';
4960 if (!strcmp(mlp->ml_host, host) &&
4965 free(mlp2->ml_host);
[all...]

Completed in 71 milliseconds