代码搜索结果
找到约 10,000 项符合
V 的代码
v1
# conn for OE for network behind us.
# Uses would-be-implicit conn OEself.
include ../setup.default.new
conn OEnet
leftsubnet=192.0.2.0/24 # behind east
also=OEself
conn OEself
left=%defaultrout
v1
# this is the conn automatically supplied by V2
include ../setup.default.new
conn OEself
left=%defaultroute
leftrsasigkey=%dnsondemand
right=%opportunistic
rightrsasigkey=%dnsondemand
keyingtri
v2
# From Ignat.Vassilev@optus.com.au Fri Sep 13 01:22:37 2002
# Date: Wed, 14 Aug 2002 11:43:07 +1000
# From: Ignat Vassilev
# To: 'FreeS/WAN Design'
v1
# From Ignat.Vassilev@optus.com.au Fri Sep 13 01:22:37 2002
# Date: Wed, 14 Aug 2002 11:43:07 +1000
# From: Ignat Vassilev
# To: 'FreeS/WAN Design'
v2
# this error isn't detected by v1
# ipsec _confread --config v2 --search auto add
version 2
conn x
auto=route
auto=add
v1
# this error isn't detected by v1
# ipsec _confread --config v1 --search auto add
conn x
auto=route
auto=add
v.c
main (int *p)
{
int a;
a = 0;
p[1] = a;
a = 0;
p[2] = a;
a = 123456;
p[3] = a;
}
dct.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Discrete Cosine Transform, Parallel implementation
dctub.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Discrete Cosine Transform, DCT unit block
zigzag.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Zig-Zag Unit