Searched refs:tcp_device_port_string (Results 1 – 1 of 1) sorted by relevance
52 char *tcp_device_port_string = NULL; in open_device() local59 if ((tcp_device_port_string = getenv("TCSD_TCP_DEVICE_PORT")) != NULL) in open_device()60 tcp_device_port = atoi(tcp_device_port_string); in open_device()