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

/freebsd-10.1-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
390 struct hosttbl *htp; local
463 struct hosttbl *htp; local
505 struct hosttbl *htp; local
541 struct hosttbl *htp; local
650 remmach(struct hosttbl *htp) argument
703 struct hosttbl *htp; local
731 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
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.c753 struct hosttbl *htp; local
804 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
805 htp->good = good_host_name(&htp->name[0]);
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dfil.c9802 /* parameters: htp(I) - pointer to address tracking structure */
9816 ipf_ht_node_make_key(htp, key, family, addr)
9817 host_track_t *htp;
9828 bits = htp->ht_netmask;
9837 int bits = htp->ht_netmask;
9874 /* htp(I) - pointer to address tracking structure */
9879 /* ipf_ht_node_del FROM RUNNING CONCURRENTLY ON THE SAME htp. */
9887 ipf_ht_node_add(softc, htp, family, addr)
9889 host_track_t *htp;
9896 ipf_ht_node_make_key(htp,
[all...]

Completed in 75 milliseconds