FACT++  1.0
int dim_get_keepalive_timeout ( )

Definition at line 128 of file tcpip.c.

References get_keepalive_tmout(), and Keepalive_timeout_set.

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

129 {
130  int ret;
131  extern int get_keepalive_tmout();
132 
133  if(!(ret = Keepalive_timeout_set))
134  {
135  ret = get_keepalive_tmout();
136  Keepalive_timeout_set = ret;
137  }
138  return(ret);
139 }
static int Keepalive_timeout_set
Definition: tcpip.c:104
int get_keepalive_tmout()
Definition: utilities.c:287

+ Here is the call graph for this function:

+ Here is the caller graph for this function: