代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/140582/5786355
sh northinit.sh
#!/bin/sh
# make sure that NAT is working
#ping -c 4 -n sunrise
TESTNAME=nat-dpd-pluto-01
source /testing/pluto/bin/northlocal.sh
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipse
www.eeworm.com/read/140582/5786859
sh eastinit.sh
#ipsec setup stop
#umount /var/tmp; mount /var/tmp
#umount /usr/local; mount /usr/local
TESTNAME=helper-queue-01
source /testing/pluto/bin/eastlocal.sh
ipsec setup start
ipsec auto --add westnet-eas
www.eeworm.com/read/140582/5787022
sh eastinit.sh
#!/bin/sh
TESTNAME=nat-pluto-04
source /testing/pluto/bin/eastlocal.sh
# set up proxy ARP for road's "internal" address
echo 1 >/proc/sys/net/ipv4/conf/eth0/proxy_arp
ipsec setup start
/testing/pl
www.eeworm.com/read/136989/5832107
h startup_callback.h
//
// Startup_Callback.h,v 1.5 2003/07/21 23:51:40 dhinton Exp
//
#ifndef CLIENT_LEAKS_STARTUP_CALLBACK_H
#define CLIENT_LEAKS_STARTUP_CALLBACK_H
#include /**/ "ace/pre.h"
#include "TestS.h"
www.eeworm.com/read/410651/11273360
vhd data_scanc.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity data_scanC is
PORT(
sys_clk : in STD_LOGIC; --系统同步时钟
k_data : in STD_LOGIC; --键盘数据
k
www.eeworm.com/read/408281/11400081
vhd data_scanc.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity data_scanC is
PORT(
sys_clk : in STD_LOGIC; --系统同步时钟
k_data : in STD_LOGIC; --键盘数据
k
www.eeworm.com/read/345339/11819055
vhd data_scanc.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity data_scanC is
PORT(
sys_clk : in STD_LOGIC; --系统同步时钟
k_data : in STD_LOGIC; --键盘数据
k
www.eeworm.com/read/231350/14238229
tcl prog_sdram.tcl
################################################################################
# SAM-BA history file
################################################################################
########
www.eeworm.com/read/160303/5573844
sh eastinit.sh
#!/bin/sh
TESTNAME=nat-dpd-pluto-01
source /testing/pluto/bin/eastlocal.sh
arp -s 192.0.2.1 10:00:00:dc:bc:01
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add northnet
www.eeworm.com/read/160303/5573846
sh northinit.sh
#!/bin/sh
# make sure that NAT is working
#ping -c 4 -n sunrise
TESTNAME=nat-dpd-pluto-01
source /testing/pluto/bin/northlocal.sh
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipse