![]() |
yumapro
25.10-1
YumaPro SDK
|
Processes the NETCONF <hello> message. More...

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... | |
Processes the NETCONF <hello> message.
The server <hello> message is sent to the client and the <hello> received from the client is processed. This is done before any RPC operations can be processed
| void agt_hello_cleanup | ( | void | ) |
Cleanup the agt_hello module.
Unregister the top-level NETCONF <hello> element

| boolean agt_hello_dispatch | ( | ses_cb_t * | scb, |
| xml_node_t * | top | ||
| ) |
Handle an incoming <hello> message from the client.
| scb | session control block |
| top | top element descriptor |


| status_t agt_hello_init | ( | void | ) |
Initialize the agt_hello module.
Adds the agt_hello_dispatch function as the handler for the NETCONF <hello> top-level element.
NO_ERR if all okay, the minimum spare requests will be malloced


Send the server <hello> message to the manager on the specified session.
| scb | session control block |


| void agt_hello_start_hello_timer | ( | ses_cb_t * | scb | ) |
Set the timestamp to start the hello-timeout for the specified session.
| scb | session control block |

