OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOutbound
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecMain.c
71
BOOLEAN
IsOutbound
;
82
IsOutbound
= (BOOLEAN) ((TrafficDirection == EfiIPsecOutBound) ? TRUE : FALSE);
87
if (!
IsOutbound
) {
148
IsOutbound
,
161
if (
IsOutbound
) {
IpSecImpl.c
227
@param[in]
IsOutbound
Flag to indicate the is for IKE Packet sending or recieving.
240
IN BOOLEAN
IsOutbound
262
(
IsOutbound
&&
270
(!
IsOutbound
&&
584
@param[in]
IsOutbound
Traffic direction.
598
IN BOOLEAN
IsOutbound
,
630
SpdMatch = (BOOLEAN)(
IsOutbound
&&
649
(!
IsOutbound
&&
674
IsOutbound
[
all
...]
IpSecImpl.h
270
@param[in]
IsOutbound
Traffic direction.
284
IN BOOLEAN
IsOutbound
,
Completed in 228 milliseconds