Searched refs:CMD_IKE_FATAL_ERROR_FROM_CHILD (Results 1 – 1 of 1) sorted by relevance
327 static final int CMD_IKE_FATAL_ERROR_FROM_CHILD = CMD_GENERAL_BASE + 18; field in IkeSessionStateMachine377 CMD_TO_STR.put(CMD_IKE_FATAL_ERROR_FROM_CHILD, "IKE fatal error from Child"); in CMD_TO_STR.put() argument1192 sendMessage(CMD_IKE_FATAL_ERROR_FROM_CHILD, new IkeFatalErrorFromChild(exception)); in onFatalIkeSessionError()2793 case CMD_IKE_FATAL_ERROR_FROM_CHILD: in processStateMessage()