yumapro
24.10-2
YumaPro SDK
|
Handle the NETCONF <hello> (top-level) element. More...
Go to the source code of this file.
Functions | |
status_t | agt_hello_init (void) |
Initialize the agt_hello module. More... | |
void | agt_hello_cleanup (void) |
Cleanup the agt_hello module. More... | |
boolean | agt_hello_dispatch (ses_cb_t *scb, xml_node_t *top) |
Handle an incoming <hello> message from the client. More... | |
status_t | agt_hello_send (ses_cb_t *scb) |
Send the server <hello> message to the manager on the specified session. More... | |
void | agt_hello_start_hello_timer (ses_cb_t *scb) |
Set the timestamp to start the hello-timeout for the specified session. More... | |
Handle the NETCONF <hello> (top-level) element.