Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/smallapp/
HDunbound-control.c187 contact_server(const char* svr, struct config_file* cfg, int statuscmd) in contact_server() argument
239 if(errno == ECONNREFUSED && statuscmd) { in contact_server()
245 if(WSAGetLastError() == WSAECONNREFUSED && statuscmd) { in contact_server()