OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfrm
(Results
1 - 7
of
7
) sorted by null
/kernel/tests/net/test/
xfrm_test.py
33
import
xfrm
50
ALGO_CBC_AES_256 =
xfrm
.XfrmAlgo(("cbc(aes)", 256))
51
ALGO_HMAC_SHA1 =
xfrm
.XfrmAlgoAuth(("hmac(sha1)", 128, 96))
58
cls.
xfrm
=
xfrm
.
Xfrm
()
63
subprocess.call("ip
xfrm
state flush".split())
84
self.
xfrm
.AddMinimalSaInfo("::", TEST_ADDR1, htonl(TEST_SPI), IPPROTO_ESP,
85
xfrm
.XFRM_MODE_TRANSPORT, 3320,
97
actual = subprocess.check_output("ip
xfrm
state".split()
[
all
...]
/external/ltp/testcases/network/stress/ipsec/
ipsec_lib.sh
26
ip
xfrm
state flush
27
ip
xfrm
policy flush
28
tst_rhost_run -c "ip
xfrm
state flush && ip
xfrm
policy flush"
90
ROD ip
xfrm
state add src $src dst $dst spi $spi_1 \
92
ROD ip
xfrm
state add src $dst dst $src spi $spi_2 \
95
ROD ip
xfrm
policy add src $src dst $dst dir out tmpl src $src \
97
ROD ip
xfrm
policy add src $dst dst $src dir in tmpl src $dst \
102
tst_rhost_run -s -c "ip
xfrm
state add src $src dst $dst \
105
tst_rhost_run -s -c "ip
xfrm
state add src $dst dst $src
[
all
...]
/external/iproute2/man/man8/
Makefile
12
ip-netns.8 ip-ntable.8 ip-rule.8 ip-tunnel.8 ip-
xfrm
.8 \
/external/iproute2/ip/
xfrm.h
29
#include <linux/
xfrm
.h>
/system/netd/server/
XfrmController.h
26
#include <linux/
xfrm
.h>
119
// prevent concurrent modification of
XFRM
126
* of the Linux uapi <linux/
xfrm
.h> to align the structures to a 64-bit
XfrmController.cpp
40
#include <linux/
xfrm
.h>
217
ALOGD("Sending Netlink
XFRM
Message: %s", xfrmMsgTypeToString(nlMsgType));
334
ALOGD("Sock open failed for
XFRM
, line=%d", __LINE__);
404
ALOGD("Sock open failed for
XFRM
, line=%d", __LINE__);
439
ALOGD("Sock open failed for
XFRM
, line=%d", __LINE__);
487
ALOGD("Invalid
XFRM
direction, line=%d", __LINE__);
561
ALOGE("Error setting socket option for
XFRM
! (%s)", strerror(err));
753
// http://lxr.free-electrons.com/source/net/
xfrm
/xfrm_policy.c#L1492
/external/libnl/lib/
utils.c
610
__ADD(NETLINK_XFRM,
xfrm
)
Completed in 122 milliseconds