Searched defs:hosttbl (Results 1 – 2 of 2) sorted by relevance
104 struct hosttbl { struct105 struct hosttbl *h_bak; /* hash chain */ argument106 struct hosttbl *h_fwd; argument107 struct hosttbl *l_bak; /* "sequential" list */ argument108 struct hosttbl *l_fwd; argument121 extern struct hosttbl hosttbl[NHOSTS+1]; argument
92 struct hosttbl hosttbl[NHOSTS+1]; /* known hosts */ variable