Searched refs:tcp_device_hostname (Results 1 – 1 of 1) sorted by relevance
50 char *tcp_device_hostname = NULL; in open_device() local55 if ((tcp_device_hostname = getenv("TCSD_TCP_DEVICE_HOSTNAME")) == NULL) in open_device()56 tcp_device_hostname = "localhost"; in open_device()67 struct hostent *host = gethostbyname(tcp_device_hostname); in open_device()