FACT++  1.0
int dis_set_dns_port ( int  port)

Definition at line 114 of file open_dns.c.

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

Referenced by Java_dim_DimServer_setDnsPort(), and DimServer::setDnsNode().

115 {
116  init_dns_list();
117  set_dns_pars(DNS_ids[SRC_DIS], 0, port);
118  return(1);
119 }
void init_dns_list()
Definition: open_dns.c:171
void set_dns_pars(DNS_CONN *connp, char *node, int port)
Definition: open_dns.c:194
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: