Searched defs:clfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c847 int clfd; local
856 if (clnt_control(client, CLGET_FD, (char *)&clfd) == FALSE) {
863 printf("Clnt_control success, clfd = %d\n", clfd);
865 if (t_getstate(clfd) != T_UNBND) {
866 if (t_unbind(clfd) < 0) {
880 if ((rv = netdir_options(udpnconf, ND_SET_RESERVEDPORT, clfd,

Completed in 45 milliseconds