Searched refs:htp (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmaster.c68 struct hosttbl *htp; local
187 htp = findhost(msg->tsp_name);
188 if (htp == 0) {
194 if (htp->seq == msg->tsp_seq)
196 htp->seq = msg->tsp_seq;
197 if (!htp->good) {
266 htp = addmach(answer->tsp_name,&from,ntp);
268 msg = acksend(&to, &htp->addr, htp->name,
269 TSP_ACK, 0, htp
392 struct hosttbl *htp; local
465 struct hosttbl *htp; local
508 struct hosttbl *htp; local
545 struct hosttbl *htp; local
712 struct hosttbl *htp; local
742 struct hosttbl *htp; local
[all...]
H A Dnetworkdelta.c67 struct hosttbl *htp; local
83 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
84 if (htp->good
85 && htp->noanswer == 0
86 && htp->delta != HOSTDOWN) {
87 med += htp->delta;
89 *++xp = htp
[all...]
H A Dcorrect.c53 struct hosttbl *htp; local
61 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
62 if (htp->delta != HOSTDOWN) {
63 corr = avdelta - htp->delta;
69 if (htp->need_set
72 htp->need_set = 0;
87 answer = acksend(&to, &htp
[all...]
H A Dcandidate.c53 struct hosttbl *htp; local
136 htp = addmach(resp->tsp_name,&from,fromnet);
139 answer = acksend(&msg, &htp->addr, htp->name,
140 TSP_ACK, 0, htp->noanswer);
143 htp->name);
H A Dslave.c77 struct hosttbl *htp; local
354 htp = findhost(msg->tsp_name);
355 if (0 == htp) {
360 if (!htp->good) {
363 htp->name, newdate);
416 htp = addmach(msg->tsp_name, &from,fromnet);
419 if (!acksend(&to, &htp->addr, htp->name,
420 TSP_ACK, 0, htp->noanswer)) {
423 htp
[all...]
H A Dtimed.c767 struct hosttbl *htp; local
818 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
819 htp->good = good_host_name(&htp->name[0]);

Completed in 54 milliseconds