FACT++  1.0
DIS_DNS_CONN* dis_find_dns ( dim_long  dnsid)

Definition at line 3360 of file dis.c.

References dll_search(), DNS_head, and dis_dns_ent::dnsid.

Referenced by dis_start_serving_dns(), dis_stop_serving_dns(), do_dis_add_cmnd_dns(), do_dis_add_service_dns(), and find_dns_by_conn_id().

3361 {
3362  DIS_DNS_CONN *dnsp;
3363 
3364  dnsp = (DIS_DNS_CONN *)
3365  dll_search( (DLL *) DNS_head, &dnsid, sizeof(dnsid));
3366 /*
3367  if(!dnsp)
3368  {
3369  dnsp = create_dns(dnsid);
3370  }
3371 */
3372  return dnsp;
3373 }
Definition: dim.h:530
dnsid
Definition: README_v19.txt:372
static DIS_DNS_CONN * DNS_head
Definition: dis.c:108
DLL * dll_search(DLL *head, char *data, int size)
Definition: dll.c:49

+ Here is the call graph for this function:

+ Here is the caller graph for this function: