Searched refs:noproto_is_err (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.c232 * @param noproto_is_err: if lack of protocol support is an error.
237 add_open(const char* ip, int nr, struct listen_port** list, int noproto_is_err, argument
278 if(!noproto_is_err && r == EAI_NONAME) {
302 if(!noproto_is_err)
/openbsd-current/usr.sbin/nsd/
H A Dremote.c434 * @param noproto_is_err: if lack of protocol support is an error.
439 int nr, int noproto_is_err)
499 if(!noproto_is_err)
438 add_open(struct daemon_remote* rc, struct nsd_options* cfg, const char* ip, int nr, int noproto_is_err) argument

Completed in 193 milliseconds