Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java286 private static final int CMD_GENERAL_BASE = CMD_PRIVATE_BASE; field in IkeSessionStateMachine
289 static final int CMD_RECEIVE_IKE_PACKET = CMD_GENERAL_BASE + 1;
291 static final int CMD_RECEIVE_PACKET_INVALID_IKE_SPI = CMD_GENERAL_BASE + 2;
293 static final int CMD_RECEIVE_REQUEST_FOR_CHILD = CMD_GENERAL_BASE + 3;
295 static final int CMD_OUTBOUND_CHILD_PAYLOADS_READY = CMD_GENERAL_BASE + 4;
297 static final int CMD_CHILD_PROCEDURE_FINISHED = CMD_GENERAL_BASE + 5;
299 static final int CMD_HANDLE_FIRST_CHILD_NEGOTIATION = CMD_GENERAL_BASE + 6;
301 static final int CMD_EXECUTE_LOCAL_REQ = CMD_GENERAL_BASE + 7;
303 public static final int CMD_RETRANSMIT = CMD_GENERAL_BASE + 8;
305 static final int CMD_EAP_START_EAP_AUTH = CMD_GENERAL_BASE + 9;
[all …]
DChildSessionStateMachine.java138 private static final int CMD_GENERAL_BASE = CMD_PRIVATE_BASE; field in ChildSessionStateMachine
141 private static final int CMD_HANDLE_FIRST_CHILD_EXCHANGE = CMD_GENERAL_BASE + 1;
143 private static final int CMD_HANDLE_RECEIVED_REQUEST = CMD_GENERAL_BASE + 2;
145 private static final int CMD_HANDLE_RECEIVED_RESPONSE = CMD_GENERAL_BASE + 3;