Home
last modified time | relevance | path

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

/freebsd/lib/libc/nameser/
H A Dns_parse.c114 for (i = 0; i < ns_s_max; i++) { in ns_initparse()
119 for (i = 0; i < ns_s_max; i++) in ns_initparse()
133 setsection(handle, ns_s_max); in ns_initparse()
144 if (tmp < 0 || section >= ns_s_max) in ns_parserr()
206 if ((tmp = section) < 0 || section >= ns_s_max) in ns_parserr2()
264 if (sect == ns_s_max) { in setsection()
/freebsd/include/arpa/
H A Dnameser.h106 ns_s_max = 4 enumerator
128 u_int16_t _id, _flags, _counts[ns_s_max];
129 const u_char *_sections[ns_s_max];
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c100 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate()
136 if (section < 0 || section >= ns_s_max) in res_nmkupdate()
139 for (i = section + 1; i < ns_s_max; i++) in res_nmkupdate()
H A Dres_findzonecut.c309 sect = ns_s_max, n = 0; in get_soa()
319 sect = ns_s_max, n = 0; in get_soa()