Home | History | Annotate | Download | only in misc

Lines Matching defs:high

707                 static int low, high=65535;
723 fscanf(fp, "%d%d", &low, &high);
727 return s->lport >= low && s->lport <= high;