Searched refs:ProtocolId (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.h75 UINT8 ProtocolId; member in struct:__anon12538
270 UINT8 ProtocolId; member in struct:__anon12546
310 UINT8 ProtocolId; member in struct:__anon12547
H A DUtility.c1272 ProposalData->ProtocolId = IPSEC_PROTO_ISAKMP;
1275 ProposalData->ProtocolId = IPSEC_PROTO_IPSEC_ESP;
1337 ProposalData->ProtocolId = IPSEC_PROTO_ISAKMP;
1342 ProposalData->ProtocolId = IPSEC_PROTO_IPSEC_ESP;
2177 if (ProposalData->ProtocolId == IPSEC_PROTO_ISAKMP && ProposalData->NumTransforms >= 4) {
2254 if (ProposalData->ProtocolId != IPSEC_PROTO_ISAKMP || ProposalData->NumTransforms != 4) {
2373 if (ProposalData->ProtocolId == IPSEC_PROTO_IPSEC_ESP && ProposalData->NumTransforms >= 3) {
2455 if (ProposalData->ProtocolId != IPSEC_PROTO_IPSEC_ESP || ProposalData->NumTransforms != 3) {
H A DIkev2.h124 UINT8 ProtocolId; member in struct:__anon12527
H A DPayload.c1101 @param[in] ProtocolId The protocol type ID. For IKE_SA it MUST be one (1).
1119 IN UINT8 ProtocolId,
1160 Notify->ProtocolId = ProtocolId;
1258 Del->ProtocolId = IPSEC_PROTO_IPSEC_ESP;
1260 Del->ProtocolId = IPSEC_PROTO_ISAKMP;
1354 This function parses the Notify Cookie payload.If the Notify ProtocolId is not
1379 if ((NotifyPayload->ProtocolId != IPSEC_PROTO_ISAKMP) ||
1644 Proposal->ProtocolId = ProposalData->ProtocolId;
1118 Ikev2GenerateNotifyPayload( IN UINT8 ProtocolId, IN UINT8 NextPayload, IN UINT8 SpiSize, IN UINT16 MessageType, IN UINT8 *SpiBuf, IN UINT8 *NotifyData, IN UINTN NotifyDataSize ) argument
[all...]
H A DUtility.h524 @param[in] ProtocolId The protocol type ID. For IKE_SA it MUST be one (1).
542 IN UINT8 ProtocolId,
695 This function parses the Notify Cookie payload.If the Notify ProtocolId is not
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h621 EFI_GUID ProtocolId; ///< The GUID for the protocol. member in struct:__anon12772
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp818 PoolParams.ProtocolId = NDIS_PROTOCOL_ID_DEFAULT;

Completed in 70 milliseconds