ndmpconnect.l

来自「网络数据管理协议的开发」· L 代码 · 共 38 行

L
38
字号
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved..\" $Id: ndmpConnect.l,v 1.3 1997/02/01 09:50:30 tim Exp $'\"macro stdmacro.nr X.TH ndmpConnect l "02 Jan 1997".SH NAMEndmpConnect \- creates an NDMP connection to an NDMP server.SH SYNOPSIS.LP.nf.ft 3#include <ndmp_common.h>.ft.fi.LP.BI "int ndmpConnect(NdmpConnection connectionHandle,".if n .ti +5n.BI "char* host,".if n .ti +5n.BI "u_long port" );.SH DESCRIPTION.B ndmpConnect(\|)creates an NDMP connection to the NDMP server running on .IR hostand listening for connections on .IR port.If.IR portis 0, the port number is looked up in the services database..IR connectionis the NDMP connection handle returned by .B ndmpCreateConnection(\|)..SH "RETURN VALUES"If a connection is successfully established, 0 is returned.Otherwise, a value of -1 is returned..SH "SEE ALSO".BR ndmpCreateConnection (l)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?