668: if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
669: i = atoi(cp + sizeof("ndots:") - 1);
670: if (i <= RES_MAXNDOTS)
678: } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) {
679: i = atoi(cp + sizeof("timeout:") - 1);
680: if (i <= RES_MAXRETRANS)
694: */
695: statp->retrans = atoi(cp + sizeof("retrans:") - 1);
696: } else if (!strncmp(cp, "retry:", sizeof("retry:") - 1)){
701: */
702: statp->retry = atoi(cp + sizeof("retry:") - 1);
703: #endif /* SOLARIS2 */
704: } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){
705: i = atoi(cp + sizeof("attempts:") - 1);
706: if (i <= RES_MAXRETRY)