libnetconf2
3.6.1
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... | |
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.