down
#define down(h) (now - (h)->hs_wd->wd_recvtime > 11 * 60)
#define down(w, now) ((now) - (w)->wd_recvtime > 11 * 60)
down(FIELD *f)