Home
last modified time | relevance | path

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.c110 for (i = 0; i < ns_s_max; i++) { in ns_initparse()
115 for (i = 0; i < ns_s_max; i++) in ns_initparse()
129 setsection(handle, ns_s_max); in ns_initparse()
140 if (tmp < 0 || section >= ns_s_max) in ns_parserr()
202 if ((tmp = section) < 0 || section >= ns_s_max) in ns_parserr2()
260 if (sect == ns_s_max) { in setsection()
H A Dns_newmsg.c64 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy()
202 for (sect = 0; sect < ns_s_max; sect++) in ns_newmsg_done()
205 msg->_sect = ns_s_max; in ns_newmsg_done()
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h118 ns_s_max = 4 enumerator
140 uint16_t _id, _flags, _counts[ns_s_max];
141 const uchar_t *_sections[ns_s_max];
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c87 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate()
120 if (section < 0 || section >= ns_s_max) in res_nmkupdate()
123 for (i = section + 1; i < ns_s_max; i++) in res_nmkupdate()
H A Dres_findzonecut.c304 sect = ns_s_max, n = 0; in get_soa()
314 sect = ns_s_max, n = 0; in get_soa()