Searched refs:cookie2Notify (Results 1 – 2 of 2) sorted by relevance
361 IkeNotifyPayload cookie2Notify, int minLen, int maxLen) throws InvalidSyntaxException { in handleCookieAndGenerateCopy() argument362 byte[] notifyData = cookie2Notify.notifyData; in handleCookieAndGenerateCopy()365 cookie2Notify.notifyType == NOTIFY_TYPE_COOKIE2 ? "COOKIE2" : "COOKIE"; in handleCookieAndGenerateCopy()373 return new IkeNotifyPayload(cookie2Notify.notifyType, notifyData); in handleCookieAndGenerateCopy()383 public static IkeNotifyPayload handleCookie2AndGenerateCopy(IkeNotifyPayload cookie2Notify) in handleCookie2AndGenerateCopy() argument386 cookie2Notify, COOKIE2_DATA_LEN_MIN, COOKIE2_DATA_LEN_MAX); in handleCookie2AndGenerateCopy()
1217 IkeNotifyPayload cookie2Notify = new IkeNotifyPayload(NOTIFY_TYPE_COOKIE2, COOKIE2_DATA); in makeRoutabilityCheckIkeRequest() local1222 Arrays.asList(cookie2Notify)); in makeRoutabilityCheckIkeRequest()