Searched refs:hosttbl (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.sbin/timed/timed/
H A Dextern.h34 struct hosttbl;
40 struct hosttbl *addmach(char *, struct sockaddr_in *, struct netinfo *);
41 struct hosttbl *findhost(char *);
42 struct hosttbl *remmach(struct hosttbl *);
H A Dglobals.h102 struct hosttbl { struct
103 struct hosttbl *h_bak; /* hash chain */
104 struct hosttbl *h_fwd;
105 struct hosttbl *l_bak; /* "sequential" list */
106 struct hosttbl *l_fwd;
119 extern struct hosttbl hosttbl[NHOSTS+1];
120 #define self hosttbl[0]
H A Dmaster.c68 struct hosttbl *htp;
390 struct hosttbl *htp;
463 struct hosttbl *htp;
505 struct hosttbl *htp;
533 static struct hosttbl *newhost_hash;
534 static struct hosttbl *lasthfree = &hosttbl[0];
537 struct hosttbl * /* answer or 0 */
541 struct hosttbl *htp;
547 newhost_hash = &hosttbl[
[all...]
H A Dcandidate.c52 struct hosttbl *htp;
H A Dcorrect.c52 struct hosttbl *htp;
H A Dnetworkdelta.c67 struct hosttbl *htp;
H A Dtimed.c83 struct hosttbl hosttbl[NHOSTS+1]; /* known hosts */ variable in typeref:struct:hosttbl
753 struct hosttbl *htp;
H A Dslave.c77 struct hosttbl *htp;

Completed in 882 milliseconds