OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoContext
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Info.c
45
IKEV2_INFO_EXCHANGE_CONTEXT *
InfoContext
;
47
InfoContext
= NULL;
61
InfoContext
= (IKEV2_INFO_EXCHANGE_CONTEXT *) Context;
67
if (
InfoContext
!= NULL &&
68
(
InfoContext
->InfoType == Ikev2InfoLiveCheck ||
InfoContext
->InfoType == Ikev2InfoNotify)
70
IkePacket->Header->MessageId =
InfoContext
->MessageId;
93
if (
InfoContext
!= NULL) {
94
IkePacket->Header->MessageId =
InfoContext
->MessageId;
149
if (
InfoContext
!= NULL && InfoContext->MessageId != 0) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java
22
import org.eclipse.cdt.make.core.scannerconfig.
InfoContext
;
74
public void setInfoContext(
InfoContext
context) {
Completed in 198 milliseconds