FACT++  1.0
void tcpip_get_node_task ( int  conn_id,
char *  node,
char *  task 
)

Definition at line 1383 of file tcpip.c.

References Net_conns.

Referenced by dna_get_node_task().

1384 {
1385  strcpy( node, Net_conns[conn_id].node );
1386  strcpy( task, Net_conns[conn_id].task );
1387 }
Definition: dns.c:26
DllExp DIM_NOSHARE NET_CONNECTION * Net_conns
Definition: conn_handler.c:32

+ Here is the caller graph for this function: