代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
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
www.eeworm.com/read/275394/10819433
o ip.o
www.eeworm.com/read/275207/10828714
h ip.h
#ifndef __IP_H__
#define __IP_H__
typedef struct _IP_HEADER
{
unsigned char Len:4,
Ver:4;
unsigned char ToS;
unsigned short TotalLength;
unsigned short Ident
www.eeworm.com/read/349290/10838057
h ip.h
#ifdef IP_GLOBALS
#define IP_EXT
#else
#define IP_EXT extern
#endif
#ifdef Big_End
union w { uint32 dwords;
struct {uint16 high ;uint16 low;}words;
struct {ui
www.eeworm.com/read/349290/10838069
c ip.c
#define IP_GLOBALS
#include "Config.h"
#include "../include/cfg_net.h"
OS_EVENT *RecIcmpQFlag;
OS_EVENT *RecTcpQFlag;
OS_EVENT *RecUdpQFlag;
OS_EVENT *SendFlag;
Rec_Ptr RECQ