void agt_hello_cleanup(void)
Cleanup the agt_hello module.
Definition: agt_hello.c:184
void agt_hello_start_hello_timer(ses_cb_t *scb)
Set the timestamp to start the hello-timeout for the specified session.
Definition: agt_hello.c:430
status_t agt_hello_send(ses_cb_t *scb)
Send the server <hello> message to the manager on the specified session.
Definition: agt_hello.c:317
status_t agt_hello_init(void)
Initialize the agt_hello module.
Definition: agt_hello.c:156
boolean agt_hello_dispatch(ses_cb_t *scb, xml_node_t *top)
Handle an incoming <hello> message from the client.
Definition: agt_hello.c:207
status_t
global error return code
Definition: status_enum.h:210
NETCONF Session Common definitions module.
Global error messages for status code enumerations.
Session Control Block.
Definition: ses.h:573
gather node data into a simple struct.
Definition: xml_util.h:207