FACT++  1.0
int dim_get_dns_node ( char *  node)

Definition at line 72 of file open_dns.c.

References get_dns_pars(), init_dns_list(), and SRC_DIS.

Referenced by app_initialize(), and did_init().

73 {
74  register int node_exists;
75  int port;
76  init_dns_list();
77  node_exists = get_dns_pars(DNS_ids[SRC_DIS], node, &port);
78  return(node_exists);
79 }
Definition: dns.c:26
int get_dns_pars(DNS_CONN *connp, char *node, int *port)
Definition: open_dns.c:206
void init_dns_list()
Definition: open_dns.c:171
static DNS_CONN * DNS_ids[3]
Definition: open_dns.c:40

+ Here is the call graph for this function:

+ Here is the caller graph for this function: