FACT++  1.0
static void dis_init ( )
static

Definition at line 216 of file dis_old.c.

References dis_dns_init(), and dis_hash_service_init().

Referenced by dis_start_serving_dns(), dis_stop_serving(), do_dis_add_cmnd_dns(), do_dis_add_service_dns(), and do_dis_stop_serving_dns().

217 {
218  int dis_hash_service_init();
219  void dis_dns_init();
220 
221  dis_dns_init();
222  {
223  DISABLE_AST
225  ENABLE_AST
226  }
227 }
void dis_dns_init()
Definition: dis_old.c:976
int dis_hash_service_init()
Definition: dis_old.c:2861

+ Here is the call graph for this function:

+ Here is the caller graph for this function: