Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c109 int nscnt; in res_nupdate() local
112 nscnt = res_findzonecut2(statp, rrecp->r_dname, tgrp.z_class, in res_nupdate()
116 if (nscnt <= 0) { in res_nupdate()
117 DPRINTF(("res_findzonecut failed (%d)", nscnt)); in res_nupdate()
120 tgrp.z_nscount = nscnt; in res_nupdate()