Home
last modified time | relevance | path

Searched refs:CMD_LOCAL_REQUEST_DPD (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java30 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_DPD;
342 case CMD_LOCAL_REQUEST_DPD: // Fallthrough in procedureTypeToPriority()
DIkeSessionStateMachine.java347 static final int CMD_LOCAL_REQUEST_DPD = CMD_IKE_LOCAL_REQUEST_BASE + 5; field in IkeSessionStateMachine
382 CMD_TO_STR.put(CMD_LOCAL_REQUEST_DPD, "DPD"); in CMD_TO_STR.put() argument
1441 Message intentIkeMsg = getIntentIkeSmMsg(CMD_LOCAL_REQUEST_DPD, remoteIkeSpi); in enterState()
1598 case CMD_LOCAL_REQUEST_DPD: in executeLocalRequest()
1801 case CMD_LOCAL_REQUEST_DPD: // Fallthrough in handleLocalRequest()
1852 case CMD_LOCAL_REQUEST_DPD: in handleFiredAlarm()