Home
last modified time | relevance | path

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

/src/contrib/ldns-host/
H A Dldns-host.c592 static time_t o_timeout = 0; variable
692 o_timeout = (time_t)INT_MAX; in parse_args()
695 o_timeout = atol(optarg); in parse_args()
696 if (o_timeout <= 0) o_timeout = 1; in parse_args()
1041 restimeout.tv_sec = o_timeout > 0 ? o_timeout : in main()