libnetconf2  4.0.0
NETCONF server and client library in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
proxy_unix.h File Reference

libnetconf2 UNIX proxy header More...

#include <stdint.h>
#include "session.h"
Include dependency graph for proxy_unix.h:

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

Detailed Description

libnetconf2 UNIX proxy header

Author
Michal Vasko mvask.nosp@m.o@ce.nosp@m.snet..nosp@m.cz

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.