HomeSort by: relevance | last modified time | path
    Searched refs:h_fwd (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/timed/timed/
master.c 550 htp = htp->h_fwd;
590 f = newhost_hash->h_fwd;
593 b->h_fwd = ret;
601 ret->h_fwd = ret;
608 ret->h_fwd = newhost_hash;
610 p->h_fwd = ret;
616 ret->h_fwd = ret;
656 htp->h_fwd->h_bak = htp->h_bak;
657 htp->h_bak->h_fwd = hnxt = htp->h_fwd;
    [all...]
globals.h 106 struct hosttbl *h_fwd; member in struct:hosttbl
timed.c 211 self.h_fwd = &self;

Completed in 14 milliseconds