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

  /src/usr.sbin/timed/timed/
timed-extern.h 34 struct hosttbl;
40 struct hosttbl *addmach(char *, struct sockaddr_in *, struct netinfo *);
41 struct hosttbl *findhost(char *);
42 struct hosttbl *remmach(struct hosttbl *);
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]
master.c 73 struct hosttbl *htp;
384 struct hosttbl *htp;
457 struct hosttbl *htp;
500 struct hosttbl *htp;
528 static struct hosttbl *newhost_hash;
529 static struct hosttbl *lasthfree = &hosttbl[0];
532 struct hosttbl * /* answer or 0 */
536 struct hosttbl *htp;
542 newhost_hash = &hosttbl[j % NHOSTS]
    [all...]
candidate.c 53 struct hosttbl *htp;
correct.c 55 struct hosttbl *htp;
networkdelta.c 70 struct hosttbl *htp;
timed.c 92 struct hosttbl hosttbl[NHOSTS+1]; /* known hosts */ variable in typeref:struct:hosttbl[]
712 struct hosttbl *htp;
slave.c 78 struct hosttbl *htp;

Completed in 55 milliseconds