FACT++  1.0
SERVICE* find_service ( char *  name)

Definition at line 2429 of file dis.c.

References dis_hash_service_exists().

Referenced by append_service(), dis_insert_request(), dis_report_service(), do_dis_add_cmnd_dns(), and do_dis_add_service_dns().

2430 {
2431  return(dis_hash_service_exists(name));
2432 }
SERVICE * dis_hash_service_exists(char *name)
Definition: dis.c:3296

+ Here is the call graph for this function:

+ Here is the caller graph for this function: