FACT++  1.0
int get_dns_port_number ( )

Definition at line 216 of file utilities.c.

References DNS_PORT.

Referenced by init_dns_list(), and main().

217 {
218  char *p;
219 
220  if( (p = getenv("DIM_DNS_PORT")) == NULL )
221  return(DNS_PORT);
222  else {
223  return(atoi(p));
224  }
225 }
#define DNS_PORT
Definition: dim.h:139

+ Here is the caller graph for this function: