代码搜索:IP软核
找到约 10,000 项符合「IP软核」的源代码
代码结果 10,000
www.eeworm.com/read/431972/8642779
gif ip.gif
www.eeworm.com/read/431972/8643274
gif ip.gif
www.eeworm.com/read/387753/8656435
gif ip.gif
www.eeworm.com/read/387692/8658870
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/387652/8660882
h ip.h
#ifndef _IP_H
#define _IP_H
#include "types.h"
#define INADDR_BROADCAST (ULONG)0xffffffff
#define ETHERTYPE_IP 0x0008 /* IP protocol */
#define IPPROTO_IP 0 /* Dummy for IP
www.eeworm.com/read/431522/8670846
gif ip.gif
www.eeworm.com/read/287701/8675731
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/287701/8675760
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/287701/8675832
o ip.o
www.eeworm.com/read/387406/8686147