Home
last modified time | relevance | path

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

/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dresolv.h122 #define MAXDNSLUS 4 /* max # of host lookup types */ macro
150 char lookups[MAXDNSLUS];
/dports/devel/libdnsres/libdnsres-0.1a/
H A Ddnsres.h446 #define MAXDNSLUS 4 /* max # of host lookup types */ macro
486 char lookups[MAXDNSLUS];
H A Ddnsres-internal.h210 char lookups[MAXDNSLUS];
H A Dgethostnamadr.c591 if (state->hp != NULL || state->lookup_index == MAXDNSLUS) {
866 if (state->lookup_index >= MAXDNSLUS ||
H A Dres_init.c283 if (n == MAXDNSLUS) in dnsres_init()
H A Dgetaddrinfo.c308 char lookups[MAXDNSLUS];
688 if (state->lookup_index == MAXDNSLUS || in explore_fqdn_loop()