Home
last modified time | relevance | path

Searched refs:tcp_device_hostname (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tddl/
H A Dtddl.c50 char *tcp_device_hostname = NULL; in open_device() local
55 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()