Lines Matching defs:tos
127 * -s <tos> Set the IP TOS option
189 int tos = -1;
249 if (optarg == NULL || ((tos = atoi(optarg)) < 0) ||
250 (tos > 255)) {
251 syslog(LOG_ERR, "rshd: illegal tos value: "
369 if ((tos != -1) && (setsockopt(fd, IPPROTO_IP, IP_TOS, (char *)&tos,
370 sizeof (tos)) < 0) &&
1700 "[-P path] [-M realm] [-s tos] "
1706 syslog(LOG_ERR, "%s: rshd [-k5eciU] [-P path] [-M realm] [-s tos] "