FACT++  1.0
int dis_get_dns_node ( char *  node)

Definition at line 90 of file open_dns.c.

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

Referenced by DimServer::getDnsNode(), and Java_dim_DimServer_getDnsNode().

91 {
92  register int node_exists;
93  int port;
94  init_dns_list();
95  node_exists = get_dns_pars(DNS_ids[SRC_DIS], node, &port);
96  return(node_exists);
97 }
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: