Home
last modified time | relevance | path

Searched refs:ml_host (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/showmount/
Dshowmount.c61 char ml_host[RPCMNT_NAMELEN+1]; member
245 strp = mp->ml_host; in xdr_mntdump()
261 val = strcmp(mp->ml_host, tp->ml_host); in xdr_mntdump()
371 strvis(vn, mp->ml_host, VIS_CSTYLE); in print_dump()
380 strvis(vn, mp->ml_host, VIS_CSTYLE); in print_dump()
/openbsd/src/sbin/mountd/
Dmountd.c79 char ml_host[RPCMNT_NAMELEN+1]; member
501 if (!isterminated(&ml->ml_host, in privchild()
502 sizeof(ml->ml_host)) || in privchild()
512 fprintf(fp, "%s %s\n", ml->ml_host, in privchild()
537 if (!isterminated(&ml->ml_host, in privchild()
538 sizeof(ml->ml_host)) || in privchild()
540 sizeof(ml->ml_host))) in privchild()
542 fprintf(fp, "%s %s\n", ml->ml_host, in privchild()
947 strp = &mlp->ml_host[0]; in xdr_mlist()
2270 strlcpy(mlp->ml_host, host, sizeof(mlp->ml_host)); in get_mountlist()
[all …]