libnetconf2
4.0.0
NETCONF server and client library in C.
|
libnetconf2 UNIX proxy header More...
Go to the source code of this file.
Functions | |
int | nc_proxy_read_msg (int fd, NC_PROT_VERSION version, int timeout_ms, char **buf, uint32_t *buf_len) |
Read a full chunked-framing message from a FD. More... | |
int | nc_proxy_unix_close (int fd) |
Close the UNIX proxy connection to a server. More... | |
int | nc_proxy_unix_connect (const char *address, const char *username) |
Connect to a server UNIX socket to act as a NETCONF proxy. More... | |
int | nc_proxy_write_msg (int fd, NC_PROT_VERSION version, const char *buf, uint32_t buf_len) |
Write data encapsulated as a chunked-framing message to a FD. More... | |
libnetconf2 UNIX proxy header
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 proxy_unix.h.