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

/freebsd-11-stable/lib/libc/nameser/
H A Dns_parse.c118 for (i = 0; i < ns_s_max; i++) {
123 for (i = 0; i < ns_s_max; i++)
137 setsection(handle, ns_s_max);
148 if (tmp < 0 || section >= ns_s_max)
210 if ((tmp = section) < 0 || section >= ns_s_max)
268 if (sect == ns_s_max) {
/freebsd-11-stable/include/arpa/
H A Dnameser.h105 ns_s_max = 4 enumerator in enum:__ns_sect
127 u_int16_t _id, _flags, _counts[ns_s_max];
128 const u_char *_sections[ns_s_max];
/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c313 sect = ns_s_max, n = 0;
323 sect = ns_s_max, n = 0;
H A Dres_mkupdate.c104 int section, numrrs = 0, counts[ns_s_max];
140 if (section < 0 || section >= ns_s_max)
143 for (i = section + 1; i < ns_s_max; i++)

Completed in 67 milliseconds