Searched defs:do_rfc1413 (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_ident.c82 int do_rfc1413; member in struct:__anon258
247 d->do_rfc1413 = arg ? 1 : 0;
264 conf->do_rfc1413 = DEFAULT_RFC1413 | RFC1413_UNSET;
281 conf->do_rfc1413 = new->do_rfc1413 & RFC1413_UNSET
282 ? old->do_rfc1413
283 : new->do_rfc1413;
314 if (!(conf->do_rfc1413 & ~RFC1413_UNSET)) {

Completed in 1071 milliseconds