代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/437350/7750656
c ip.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/436832/7762017
obj ip.obj
www.eeworm.com/read/436832/7762022
bpf ip.bpf
www.eeworm.com/read/436832/7762031
lst ip.lst
C51 COMPILER V7.50 IP 08/13/2006 23:28:18 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN ip.O
www.eeworm.com/read/436832/7762034
c ip.c
#include
#include
#include "ethernet.h"
#include "ip.h"
#define IP_TTL 128 /* Time To Live for an outgoing IP datagram */
extern NODE locnode; //本机的节点信息结构
www.eeworm.com/read/436832/7762058
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datali
www.eeworm.com/read/436720/7764280
obj ip.obj
www.eeworm.com/read/436720/7764300
c ip.c
#include "DSP28_Device.h"
Uint16 TxBufFlag;
Uint16 bnry,curr;
Uint16 UDPUserDataLenth;
Uint16 IpEdition; //IP版本
Uint16 IpServiceType;
Uint16 IpIdent;
Uint16 My
www.eeworm.com/read/436720/7764761
paf ip.paf
www.eeworm.com/read/436720/7764770
h ip.h
#define RTL8019BASE 0x4F00
#define Reg00 (*((volatile unsigned int *)(RTL8019BASE + 0x00)))
#define Reg01 (*((volatile unsigned int *)(RTL8019BASE + 0x04)))
#define Reg02 (*((volatile un