Searched refs:cookie2Notify (Results 1 – 2 of 2) sorted by relevance
371 IkeNotifyPayload cookie2Notify, int minLen, int maxLen) throws InvalidSyntaxException { in handleCookieAndGenerateCopy() argument372 byte[] notifyData = cookie2Notify.notifyData; in handleCookieAndGenerateCopy()375 cookie2Notify.notifyType == NOTIFY_TYPE_COOKIE2 ? "COOKIE2" : "COOKIE"; in handleCookieAndGenerateCopy()383 return new IkeNotifyPayload(cookie2Notify.notifyType, notifyData); in handleCookieAndGenerateCopy()393 public static IkeNotifyPayload handleCookie2AndGenerateCopy(IkeNotifyPayload cookie2Notify) in handleCookie2AndGenerateCopy() argument396 cookie2Notify, COOKIE2_DATA_LEN_MIN, COOKIE2_DATA_LEN_MAX); in handleCookie2AndGenerateCopy()
1333 IkeNotifyPayload cookie2Notify = new IkeNotifyPayload(NOTIFY_TYPE_COOKIE2, COOKIE2_DATA); in makeRoutabilityCheckIkeRequest() local1338 Arrays.asList(cookie2Notify)); in makeRoutabilityCheckIkeRequest()