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

/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmaster.c68 struct hosttbl *htp; local
189 htp = findhost(msg->tsp_name);
190 if (htp == NULL) {
196 if (htp->seq == msg->tsp_seq)
198 htp->seq = msg->tsp_seq;
199 if (!htp->good) {
268 htp = addmach(answer->tsp_name,&from,ntp);
270 msg = acksend(&to, &htp->addr, htp->name,
271 TSP_ACK, 0, htp
392 struct hosttbl *htp; local
465 struct hosttbl *htp; local
507 struct hosttbl *htp; local
543 struct hosttbl *htp; local
652 remmach(struct hosttbl *htp) argument
705 struct hosttbl *htp; local
733 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.c52 struct hosttbl *htp; local
60 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
61 if (htp->delta != HOSTDOWN) {
62 corr = avdelta - htp->delta;
68 if (htp->need_set
71 htp->need_set = 0;
86 answer = acksend(&to, &htp
[all...]
H A Dcandidate.c52 struct hosttbl *htp; local
135 htp = addmach(resp->tsp_name,&from,fromnet);
138 answer = acksend(&msg, &htp->addr, htp->name,
139 TSP_ACK, 0, htp->noanswer);
142 htp->name);
H A Dslave.c77 struct hosttbl *htp; local
357 htp = findhost(msg->tsp_name);
358 if (htp == NULL) {
363 if (!htp->good) {
366 htp->name, newdate);
419 htp = addmach(msg->tsp_name, &from,fromnet);
422 if (!acksend(&to, &htp->addr, htp->name,
423 TSP_ACK, 0, htp->noanswer)) {
426 htp
[all...]
H A Dtimed.c750 struct hosttbl *htp; local
801 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
802 htp->good = good_host_name(&htp->name[0]);
/freebsd-11-stable/contrib/binutils/gas/doc/
H A DMakefile.in357 rm -rf $(@:.html=.htp)
359 -o $(@:.html=.htp) `test -f 'as.texinfo' || echo '$(srcdir)/'`as.texinfo; \
362 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
363 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
365 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
366 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A DMakefile.in416 rm -rf $(@:.html=.htp)
418 -o $(@:.html=.htp) `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
421 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
422 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
424 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
425 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-11-stable/contrib/binutils/binutils/doc/
H A DMakefile.in344 rm -rf $(@:.html=.htp)
346 -o $(@:.html=.htp) `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi; \
349 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
350 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
352 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
353 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.in486 rm -rf $(@:.html=.htp)
488 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \
491 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
492 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
494 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
495 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-11-stable/crypto/heimdal/doc/
H A DMakefile.in509 rm -rf $(@:.html=.htp)
511 -o $(@:.html=.htp) $<; \
514 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
515 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
517 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
518 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-11-stable/contrib/bmake/
H A Ddir.c284 cached_stats(Hash_Table *htp, const char *pathname, struct stat *st, int flags) argument
293 entry = Hash_FindEntry(htp, pathname);
312 entry = Hash_CreateEntry(htp, pathname, NULL);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c9867 /* parameters: htp(I) - pointer to address tracking structure */
9881 ipf_ht_node_make_key(htp, key, family, addr)
9882 host_track_t *htp;
9893 bits = htp->ht_netmask;
9902 int bits = htp->ht_netmask;
9939 /* htp(I) - pointer to address tracking structure */
9944 /* ipf_ht_node_del FROM RUNNING CONCURRENTLY ON THE SAME htp. */
9952 ipf_ht_node_add(softc, htp, family, addr)
9954 host_track_t *htp;
9961 ipf_ht_node_make_key(htp,
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.in869 rm -rf $(@:.html=.htp)
871 -o $(@:.html=.htp) `test -f 'ld.texinfo' || echo '$(srcdir)/'`ld.texinfo; \
874 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
875 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
877 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
878 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \

Completed in 159 milliseconds