libnetconf2
1.1.48
NETCONF library for clients and servers
|
Call Home functionality for client-side applications. More...
Modules | |
Client-side Call Home on SSH | |
SSH settings for the Call Home functionality. | |
Client-side Call Home on TLS | |
TLS settings for the Call Home functionality. | |
Functions | |
int | nc_accept_callhome (int timeout, struct ly_ctx *ctx, struct nc_session **session) |
Accept a Call Home connection on any of the listening binds. More... | |
Call Home functionality for client-side applications.
int nc_accept_callhome | ( | int | timeout, |
struct ly_ctx * | ctx, | ||
struct nc_session ** | session | ||
) |
Accept a Call Home connection on any of the listening binds.
[in] | timeout | Timeout for receiving a new connection in milliseconds, 0 for non-blocking call, -1 for infinite waiting. |
[in] | ctx | Session context to use. Can be NULL. |
[out] | session | New session. |