代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/142782/12922547
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/142782/12922603
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/243461/12939633
gif ip.gif
www.eeworm.com/read/243422/12942203
gif ip.gif
www.eeworm.com/read/329616/12944548
gif ip.gif
www.eeworm.com/read/243129/12960754
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/243129/12960794
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/141957/12975861
gif ip.gif
www.eeworm.com/read/141831/12982815
gif ip.gif
www.eeworm.com/read/141829/12983101