hosttbl
struct hosttbl *htp;
struct hosttbl *htp;
struct hosttbl *h_bak; /* hash chain */
struct hosttbl *h_fwd;
struct hosttbl *l_bak; /* "sequential" list */
struct hosttbl *l_fwd;
extern struct hosttbl hosttbl[NHOSTS+1];
#define self hosttbl[0]
struct hosttbl *htp;
struct hosttbl *htp;
struct hosttbl *htp;
static struct hosttbl *newhost_hash;
static struct hosttbl *lasthfree = &hosttbl[0];
struct hosttbl * /* answer or 0 */
struct hosttbl *htp;
newhost_hash = &hosttbl[j % NHOSTS];
struct hosttbl *
struct hosttbl *ret, *p, *b, *f;
if (++lasthfree > &hosttbl[NHOSTS])
lasthfree = &hosttbl[1];
struct hosttbl *
remmach(struct hosttbl *htp)
struct hosttbl *lprv, *hnxt, *f, *b;
struct hosttbl *htp;
struct hosttbl *htp;
struct hosttbl *htp;
struct hosttbl *htp;
struct hosttbl *htp;
struct hosttbl;
struct hosttbl *addmach(char *, struct sockaddr_in *, struct netinfo *);
struct hosttbl *findhost(char *);
struct hosttbl *remmach(struct hosttbl *);
struct hosttbl *htp;
struct hosttbl hosttbl[NHOSTS+1]; /* known hosts */