代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/143390/12878881
c ip.c
#include "../../inc/config.h"
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "arp.h"
#include "icmp.h"
#include "udp.h"
#include "utils.h"
#ifdef TFTP_DOWNLOAD_SUPPORT
stat
www.eeworm.com/read/143390/12878958
o ip.o
www.eeworm.com/read/143390/12879001
o ip.o
www.eeworm.com/read/143389/12879137
c ip.c
#include
#include
#include
#include
#include
#include
#include
#ifndef DEBUG
#define de
www.eeworm.com/read/143389/12879165
h ip.h
/*
* include/bios/ip.h
*
* Author: Russsell King
*/
#ifndef BIOS_IP_H
#define BIOS_IP_H
#ifndef INADDR_ANY
#define INADDR_ANY (0xffffffffUL)
#endif
struct sin {
u32 sin_addr;
u16 sin_port;
};
www.eeworm.com/read/143336/12882329
h ip.h
/*
This file is part of sniffer, a packet capture utility and
network moniter
The author can be contacted at
the lastest version is avilable from
http://stev.org
This
www.eeworm.com/read/143336/12882379
c ip.c
/*
This file is part of sniffer, a packet capture utility and
network moniter
The author can be contacted at
the lastest version is avilable from
http://stev.org
This
www.eeworm.com/read/143326/12883654
gif ip.gif
www.eeworm.com/read/143204/12889425
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/143204/12889453
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