Searched refs:REP_OP_RETRIES (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c586 for (retries = 0; retries <= REP_OP_RETRIES; retries++) {
598 if (retries > REP_OP_RETRIES)
645 for (retries = 0; retries <= REP_OP_RETRIES; retries++) {
663 if (retries > REP_OP_RETRIES)
731 for (retries = 0; retries <= REP_OP_RETRIES; retries++) {
H A Dinetd_impl.h55 #define REP_OP_RETRIES 10 macro
H A Drepval.c517 * the number of retries reaches REP_OP_RETRIES.
595 for (retries = 0; retries <= REP_OP_RETRIES; retries++) {
H A Dinetd.c306 for (retries = 0; retries <= REP_OP_RETRIES; retries++) {

Completed in 59 milliseconds