Lines Matching defs:speed
60 * int speed; 212A modem: low=300, high=120061 * negative for "Any" speed86 * DV_NT_E -12: requested speed does not match171 char speed[10]; /* character value of speed passed to dial */191 if (call.speed <= 0)192 strcpy(speed,"Any");194 sprintf(speed,"%d",call.speed);205 alt[F_CLASS] = speed;