OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 07:09:52 GMT 2025