代码搜索:IP

找到约 10,000 项符合「IP」的源代码

代码结果 10,000
www.eeworm.com/read/163523/10154918

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/163523/10154926

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/163518/10155190

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/163518/10155245

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/163518/10155299

o ip.o

www.eeworm.com/read/163518/10155335

o ip.o

www.eeworm.com/read/163380/10163267

o ip.o

www.eeworm.com/read/163380/10163292

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/163380/10163303

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/163079/10176088

h ip.h

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l