yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
<ncx-connect> Handler

First message sent on an incoming connection from SSH and other protocols. More...

Collaboration diagram for <ncx-connect> Handler:

Functions

status_t agt_connect_init (void)
 Initialize the agt_connect module. More...
 
void agt_connect_cleanup (void)
 Cleanup the agt_connect module. More...
 
boolean agt_connect_dispatch (ses_cb_t *scb, xml_node_t *top)
 Handle an incoming <ncx-connect> request. More...
 

Detailed Description

First message sent on an incoming connection from SSH and other protocols.

The <ncx-connect> message is used to establish a session with another process or a subsystem on another host.

NCX connections

Function Documentation

◆ agt_connect_cleanup()

void agt_connect_cleanup ( void  )

Cleanup the agt_connect module.

Unregister the top-level NCX <ncx-connect> element

Here is the call graph for this function:

◆ agt_connect_dispatch()

boolean agt_connect_dispatch ( ses_cb_t scb,
xml_node_t top 
)

Handle an incoming <ncx-connect> request.

Parameters
scbsession control block
toptop element descriptor
Returns
TRUE if scb is still valid
FALSE if scb has been deleted during this call
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_connect_init()

status_t agt_connect_init ( void  )

Initialize the agt_connect module.

Adds the agt_connect_dispatch function as the handler for the NCX <ncx-connect> top-level element.

Returns
NO_ERR if all okay, the minimum spare requests will be malloced
Here is the call graph for this function:
Here is the caller graph for this function: