代码搜索:loopback

找到约 3,254 项符合「loopback」的源代码

代码结果 3,254
www.eeworm.com/read/286757/8744326

txt p1r1.txt

P1R1配置 hostname P1R1 ! logging rate-limit console 10 except errors ! ip subnet-zero no ip finger ! no ip dhcp-client network-discovery ! ! ! ! interface Loopback1 ip address 11.11.11.11
www.eeworm.com/read/286757/8744329

txt p1r3.txt

P1R3配置 hostname P1R3 ! logging rate-limit console 10 except errors ! ip subnet-zero no ip finger ! no ip dhcp-client network-discovery ! ! ! ! interface Loopback1 ip address 33.33.33.33
www.eeworm.com/read/404263/11489474

log cc_build_ntsc.log

-------------------------- jpeg_loopback.pjt - NTSC -------------------------- [jpeg_loopbackcfg.s62] "D:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -q -o3 -fr"./NTSC" -i"D:/CCStudio_v3.1/boards/dm642dk
www.eeworm.com/read/158248/11629875

log cc_build_hd720p.log

------------------------- loopback_osd.pjt - HD720P ------------------------- [osd.cdb] "c:\ti\plugins\bios\gconfgen" osd.cdb [tskOSD.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"D:/Work/ICETEK-D
www.eeworm.com/read/182103/5271011

am makefile.am

## ## $Id: Makefile.am,v 1.1 2003/01/27 23:30:53 joel Exp $ ## SAMPLE = loopback PGM = ${ARCH}/$(SAMPLE).exe MANAGERS = io event C_FILES = init.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) D
www.eeworm.com/read/136812/5860540

h hsparam.h

/* * hsparam.h. Header file for sunlink.c. * * @(#) hsparam.h 1.1 7/30/92 1988 Sun Microsystems Inc. */ struct hs_param { u_char hp_lback; /* select mk5025 loopback mode */ u_char hp_tpval;
www.eeworm.com/read/173725/9637982

h ds21354.h

#ifndef _CMM_21354_H #define _CMM_21354_H #define SDB_DS21x54 340000 #ifndef UCHAR #define UCHAR unsigned char #endif #define SDC_DS21x54_REMOTE_LOOPBACK (SDB_DS21x54+0) #define SDC
www.eeworm.com/read/149022/12409274

c uart.c

#include "leon.h" #include "test.h" #define RX_EN 1 #define TX_EN 2 #define RIRQ_EN 4 #define TIRQ_EN 8 #define EVENPAR 16 #define PAR_EN 32 #define FLOW_EN 64 #define LOOPBACK 128
www.eeworm.com/read/167890/5451469

am makefile.am

noinst_LIBRARIES = lib_dev.a lib_dev_a_SOURCES = dev.c loopback.c if ARCH_LINUX lib_dev_a_SOURCES += xmos-flash.c AM_CPPFLAGS = \ -I$(top_srcdir)/src/mos/sys/include \ -I$(top_srcdir)/src/mos/k
www.eeworm.com/read/324606/3499619

makefile

# Makefile - for loopback backend # # modification history # -------------------- # 01j,05feb98,c_c Now uses SH_xxx macros. # 01i,21jan98,c_c DLLized target server implementation. # 01h,09oct96,elp