FACT++  1.0
void dna_set_test_write ( int  conn_id,
int  time 
)

Definition at line 606 of file dna.c.

References tcpip_set_test_write().

Referenced by handle_client_request(), handle_dns_info(), handle_registration(), and recv_dns_dic_rout().

607 {
608  extern void tcpip_set_test_write(int, int);
609 
610  tcpip_set_test_write(conn_id, time);
611 }
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
void tcpip_set_test_write(int conn_id, int timeout)
Definition: tcpip.c:651

+ Here is the call graph for this function:

+ Here is the caller graph for this function: