代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/154445/11960297
c ip.c
/************************************************************
* File name : Ip.c *
* By : hugang, hgx2000@mail.china.com *
*********************************************************
www.eeworm.com/read/154445/11960359
o ip.o
www.eeworm.com/read/256768/11972821
paf ip.paf
www.eeworm.com/read/256768/11972866
h ip.h
#define RTL8019BASE 0x3700
#define Reg00 (*((volatile unsigned int *)(RTL8019BASE + 0x00)))
#define Reg01 (*((volatile unsigned int *)(RTL8019BASE + 0x01)))
#define Reg02 (*((volatile un
www.eeworm.com/read/256768/11972909
pjt ip.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="H:\f2812\C\ip\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="
www.eeworm.com/read/256768/11972943
c ip.c
#include "DSP28_Device.h"
extern Uint16 AicRegs;
extern Uint16 RxSuccessFlag;
extern Uint16 TxEthnetFrameBuffer[1518/2];
extern Uint16 RxEthnetFrameBuffer[1518/2];
const Uint16 MyMAC[] =
www.eeworm.com/read/343120/11974464
h ip.h
/* IP Structures */
/*
** v0.01 JPB 1/8/92
** v0.02 JPB 29/7/97 Added fake packet type for SLIP
** v0.03 JPB 16/12/98 Added 'MAXUDPDATA'
** v0.04 JPB 16/12/99 Updated for book
*/
/* Ensure n
www.eeworm.com/read/343120/11974465
c ip.c
/* IP functions
NOTE: replace sizeof(ARPKT) with ARPLEN!!
Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set non-zero to send datagrams with large
www.eeworm.com/read/256749/11974593
h ip.h
#define Reg00 port2000
#define Reg01 port2001
#define Reg02 port2002
#define Reg03 port2003
#define Reg04 port2004
#define Reg05 port2005
#define Reg06 port2006
#define Reg07 po
www.eeworm.com/read/256749/11974601
c ip.c
#include "cpu_reg.h"
#include "string.h"
#include "ip.h"
extern const Uint16 MyMAC[3];
extern const Uint16 MyIP[2];
extern const Uint16 RemoteIP[2];
extern const Uint16 SubnetMask[2];
ex