libnetconf2
3.5.4
NETCONF server and client library in C.
|
libnetconf2's general public functions and structures definitions. More...
Go to the source code of this file.
Macros | |
#define | NC_NS_BASE "urn:ietf:params:xml:ns:netconf:base:1.0" |
Base NETCONF namespace. More... | |
#define | NC_NS_NOTIF "urn:ietf:params:xml:ns:netconf:notification:1.0" |
Notifications namespace. More... | |
#define | NC_PORT_CH_SSH 4334 |
Default NETCONF over SSH Call Home port. More... | |
#define | NC_PORT_CH_TLS 4335 |
Default NETCONF over TLS Call Home port. More... | |
#define | NC_PORT_SSH 830 |
Default NETCONF over SSH port. More... | |
#define | NC_PORT_TLS 6513 |
Default NETCONF over TLS port. More... | |
#define | nc_set_rpc_callback(node, cb) (node->priv = cb) |
Set RPC callback to a schema node. More... | |
Typedefs | |
typedef enum NC_DATASTORE_TYPE | NC_DATASTORE |
Enumeration of the supported types of datastores defined by NETCONF. More... | |
typedef enum NC_MSG_TYPE | NC_MSG_TYPE |
Enumeration of NETCONF message types. More... | |
typedef enum NC_PARAMTYPE | NC_PARAMTYPE |
Enumeration of function parameter treatments. More... | |
typedef enum NC_REPLY | NC_RPL |
Enumeration of NETCONF (both server and client) rpc-reply types. More... | |
typedef enum NC_SESSION_TERM_REASON | NC_SESSION_TERM_REASON |
Enumeration of reasons of the NETCONF session termination as defined in RFC 6470. More... | |
typedef enum NC_WITHDEFAULTS_MODE | NC_WD_MODE |
Enumeration of NETCONF with-defaults capability modes. More... | |
Variables | |
const char * | nc_msgtype2str [] |
Messages of NETCONF message type enum. More... | |
libnetconf2's general public functions and structures definitions.
This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at
https://opensource.org/licenses/BSD-3-Clause
Definition in file netconf.h.