DIS_NEVER
if ((val >= DIS_NEVER) && (val <= DIS_ALWAYS))
if (x < DIS_NEVER || x > DIS_ALWAYS)
if (hostdata->disconnect == DIS_NEVER)