Home
last modified time | relevance | path

Searched refs:_sect (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c48 msg->_sect = ns_s_qd; in ns_newmsg_init()
130 if (msg->_sect != ns_s_qd) { in ns_newmsg_q()
165 if (sect < msg->_sect) { in ns_newmsg_rr()
170 if (sect > msg->_sect) { in ns_newmsg_rr()
171 msg->_sect = sect; in ns_newmsg_rr()
209 msg->_sect = ns_s_max; in ns_newmsg_done()
H A Dns_parse.c148 if (section != handle->_sect) in ns_parserr()
210 if (section != handle->_sect) in ns_parserr2()
265 msg->_sect = sect; in setsection()
/titanic_41/usr/src/head/arpa/
H A Dnameser.h141 ns_sect _sect; member