FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
node
Definition:
dns.c:26
Net_conns
DllExp DIM_NOSHARE NET_CONNECTION * Net_conns
Definition:
conn_handler.c:32
Here is the caller graph for this function:
dim
src
tcpip.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11