Home
last modified time | relevance | path

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

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