FACT++  1.0
int web_get_port ( )

Definition at line 185 of file webTcpip.c.

References dim_get_env_var().

Referenced by main().

186 {
187  int ret;
188  char ports[64];
189  int port = 2500;
190 
191  ret = dim_get_env_var("DIM_DID_PORT", ports, 64);
192  if(ret)
193  {
194  sscanf(ports,"%d",&port);
195  }
196  return port;
197 }
dim_get_env_var("EXTRA_DNS_NODE", extra_dns, sizeof(extra_dns))

+ Here is the call graph for this function:

+ Here is the caller graph for this function: