代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/275410/10817270
obj ip.obj
www.eeworm.com/read/275410/10817341
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/275410/10817345
c ip.c
//-----------------------------------------------------------------------------
// Net IP.C
// This module is the IP layer
// Refer to RFC 791, 1122, and RFC 815 (fragmentation)
//----------------
www.eeworm.com/read/275410/10817348
lst ip.lst
C51 COMPILER V8.02 IP 01/11/2008 21:15:49 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN IP.O
www.eeworm.com/read/420074/10818139
gif ip.gif
www.eeworm.com/read/349554/10818253
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/349554/10818268
c ip.c
#include "cpu_reg.h"
#include "string.h"
#include "ip.h"
extern Uint16 AicRegs;
extern Uint16 RxSuccessFlag;
extern Uint16 TxEthnetFrameBuffer[1518/2];
extern Uint16 RxEthnetFrameBuffer[
www.eeworm.com/read/420074/10818519
gif ip.gif
www.eeworm.com/read/275394/10819335
h ip.h
#ifndef __IP_H
#define __IP_H
#define UDP 0x11
#define ICMP 0x01
/*
* This structure defines an ip header.
*/
__packed struct iphdr {
unsigned ihl:4,
version:4;
unsigned char tos;
unsig
www.eeworm.com/read/275394/10819402
c ip.c
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "arp.h"
#include "icmp.h"
#include "udp.h"
#include "utils.h"
static unsigned long local_ip = 0;
unsigned short ip_fast_csum(u