Searched refs:ndmp_port (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c71 int ndmp_port = 0; variable
778 if (ndmp_port == 0) {
781 ndmp_port = NDMPPORT;
783 ndmp_port = strtol(propval, 0, 0);
786 if (ndmp_run(ndmp_port, connection_handler) == -1)
H A Dndmpd.h718 extern int ndmp_port;

Completed in 67 milliseconds