代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/372227/9516946
c ip.c
/* Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#incl
www.eeworm.com/read/372079/9522700
htm ip.htm
pfpip_ip='60.12.1.106';
//IP2(para):-
//desc2:浙江省;
province="浙江省";
local_index=30;
//desc3:杭州市;
pfpip_city="杭州市";
www.eeworm.com/read/175988/9523319
h ip.h
/************************************************************
* File name : Ip.h *
* By : hugang, hgx2000@mail.china.com *
*********************************************************
www.eeworm.com/read/175988/9523331
c ip.c
/************************************************************
* File name : Ip.c *
* By : hugang, hgx2000@mail.china.com *
*********************************************************
www.eeworm.com/read/175986/9523418
h ip.h
/************************************************************
* File name : Ip.h *
* By : hugang, hgx2000@mail.china.com *
*********************************************************
www.eeworm.com/read/175986/9523437
c ip.c
/************************************************************
* File name : Ip.c *
* By : hugang, hgx2000@mail.china.com *
*********************************************************
www.eeworm.com/read/371984/9526912
gif ip.gif
www.eeworm.com/read/371984/9527217
gif ip.gif
www.eeworm.com/read/175847/9529368
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; //服务类型
www.eeworm.com/read/175805/9530744
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;
int icmp_count=0;
int udp_coun