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.java27 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_DPD;
336 case CMD_LOCAL_REQUEST_DPD: // Fallthrough in procedureTypeToPriority()
DIkeSessionStateMachine.java340 static final int CMD_LOCAL_REQUEST_DPD = CMD_IKE_LOCAL_REQUEST_BASE + 5; field in IkeSessionStateMachine
366 CMD_TO_STR.put(CMD_LOCAL_REQUEST_DPD, "DPD"); in CMD_TO_STR.put() argument
1320 getIntentIkeSmMsg(CMD_LOCAL_REQUEST_DPD, remoteIkeSpi)); in enterState()
1410 case CMD_LOCAL_REQUEST_DPD: in executeLocalRequest()
1694 case CMD_LOCAL_REQUEST_DPD: in handleLocalRequest()
1747 case CMD_LOCAL_REQUEST_DPD: in handleFiredAlarm()