29 #define NC_NS_BASE "urn:ietf:params:xml:ns:netconf:base:1.0"
31 #define NC_NS_NOTIF "urn:ietf:params:xml:ns:netconf:notification:1.0"
34 #define NC_PORT_SSH 830
36 #define NC_PORT_CH_SSH 4334
39 #define NC_PORT_TLS 6513
41 #define NC_PORT_CH_TLS 4335
49 #define nc_set_rpc_callback(node, cb) (node->priv = cb)
enum NC_REPLY NC_RPL
Enumeration of NETCONF (both server and client) rpc-reply types.
NC_MSG_TYPE
Enumeration of NETCONF message types.
NC_DATASTORE_TYPE
Enumeration of the supported types of datastores defined by NETCONF.
enum NC_DATASTORE_TYPE NC_DATASTORE
Enumeration of the supported types of datastores defined by NETCONF.
NC_PARAMTYPE
Enumeration of function parameter treatments.
NC_WITHDEFAULTS_MODE
Enumeration of NETCONF with-defaults capability modes.
NC_SESSION_TERM_REASON
Enumeration of reasons of the NETCONF session termination as defined in RFC 6470. ...
enum NC_WITHDEFAULTS_MODE NC_WD_MODE
Enumeration of NETCONF with-defaults capability modes.
const char * nc_msgtype2str[]
Messages of NETCONF message type enum.
NC_REPLY
Enumeration of NETCONF (both server and client) rpc-reply types.