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

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c116 for (i = 0; i < ns_s_max; i++) {
121 for (i = 0; i < ns_s_max; i++)
135 setsection(handle, ns_s_max);
146 if (tmp < 0 || section >= ns_s_max)
208 if ((tmp = section) < 0 || section >= ns_s_max)
266 if (sect == ns_s_max) {
H A Dns_newmsg.c68 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
206 for (sect = 0; sect < ns_s_max; sect++)
209 msg->_sect = ns_s_max;
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h117 ns_s_max = 4 enumerator in enum:__ns_sect
139 uint16_t _id, _flags, _counts[ns_s_max];
140 const uchar_t *_sections[ns_s_max];
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c308 sect = ns_s_max, n = 0;
318 sect = ns_s_max, n = 0;
H A Dres_mkupdate.c91 int section, numrrs = 0, counts[ns_s_max];
124 if (section < 0 || section >= ns_s_max)
127 for (i = section + 1; i < ns_s_max; i++)

Completed in 53 milliseconds