Home
last modified time | relevance | path

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

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