HomeSort by: relevance | last modified time | path
    Searched defs:hosttbl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/timed/timed/
globals.h 104 struct hosttbl { struct
105 struct hosttbl *h_bak; /* hash chain */
106 struct hosttbl *h_fwd;
107 struct hosttbl *l_bak; /* "sequential" list */
108 struct hosttbl *l_fwd;
121 extern struct hosttbl hosttbl[NHOSTS+1];
122 #define self hosttbl[0]
timed.c 92 struct hosttbl hosttbl[NHOSTS+1]; /* known hosts */ variable in typeref:struct:hosttbl[]
712 struct hosttbl *htp;

Completed in 11 milliseconds