Searched defs:nw_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c56 static struct nwent * nw_next(struct irs_nw *);
91 nw->next = nw_next;
117 nw_next(struct irs_nw *this) { function
H A Dirp_nw.c73 static struct nwent * nw_next(struct irs_nw *);
110 nw->next = nw_next;
269 nw_next(struct irs_nw *this) { function
H A Dlcl_nw.c102 static struct nwent * nw_next(struct irs_nw *);
142 nw->next = nw_next;
173 while ((p = nw_next(this)) != NULL)
189 while ((p = nw_next(this)) != NULL) {
220 nw_next(struct irs_nw *this) { function
H A Ddns_nw.c81 static struct nwent * nw_next(struct irs_nw *);
125 nw->next = nw_next;
185 nw_next(struct irs_nw *this) { function

Completed in 159 milliseconds