Lines Matching defs:retry

52     RIL_E_SMS_SEND_FAIL_RETRY = 10,             /* fail to send sms and need retry */
208 int suggestedRetryTime; /* If status != 0, this fields indicates the suggested retry
213 The value 0 means retry should be done ASAP.
214 The value of INT_MAX(0x7fffffff) means no retry. */
244 unsigned char retry; /* 0 == not retry, nonzero == retry */
245 int messageRef; /* Valid field if retry is set to nonzero.
403 PDP_FAIL_OPERATOR_BARRED = 0x08, /* no retry */
405 PDP_FAIL_MISSING_UKNOWN_APN = 0x1B, /* no retry */
406 PDP_FAIL_UNKNOWN_PDP_ADDRESS_TYPE = 0x1C, /* no retry */
407 PDP_FAIL_USER_AUTHENTICATION = 0x1D, /* no retry */
408 PDP_FAIL_ACTIVATION_REJECT_GGSN = 0x1E, /* no retry */
410 PDP_FAIL_SERVICE_OPTION_NOT_SUPPORTED = 0x20, /* no retry */
411 PDP_FAIL_SERVICE_OPTION_NOT_SUBSCRIBED = 0x21, /* no retry */
413 PDP_FAIL_NSAPI_IN_USE = 0x23, /* no retry */
415 PDP_FAIL_ONLY_IPV4_ALLOWED = 0x32, /* no retry */
416 PDP_FAIL_ONLY_IPV6_ALLOWED = 0x33, /* no retry */
418 PDP_FAIL_PROTOCOL_ERRORS = 0x6F, /* no retry */
426 PDP_FAIL_PREF_RADIO_TECH_CHANGED = -4,/* preferred technology has changed, should retry
429 powered off - no retry */
431 mode was up on same APN/data profile - no retry until
434 PDP_FAIL_ERROR_UNSPECIFIED = 0xffff, /* retry silently */
1637 * fails. SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
1638 * and GENERIC_FAILURE means no retry (i.e. error cause is 500)
1669 * fails. SMS_SEND_FAIL_RETRY means retry (i.e. error cause is 332)
1670 * and GENERIC_FAILURE means no retry (i.e. error cause is 500)
3053 * and GENERIC_FAILURE is error class 3 (permanent and no retry)
3558 * fails. SMS_SEND_FAIL_RETRY means retry, and other errors means no retry.
3559 * In case of retry, data is encoded based on Voice Technology available.