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

/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dmaster.c392 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
466 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
513 htp = self.l_fwd;
515 for (i = 1; i <= slvcount; i++, htp = htp->l_fwd) {
594 f = newhost_hash->l_fwd;
597 b->l_fwd = ret;
624 ret->l_fwd = &self;
626 self.l_bak->l_fwd
[all...]
H A Dnetworkdelta.c86 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
128 } while (&self != (htp = htp->l_fwd));
H A Dcorrect.c63 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
H A Dglobals.h108 struct hosttbl *l_fwd; member in struct:hosttbl
H A Dtimed.c211 self.l_fwd = &self;
783 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {

Completed in 164 milliseconds