代码搜索:IP

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

代码结果 10,000
www.eeworm.com/read/178842/9383988

obj ip.obj

www.eeworm.com/read/178842/9384033

h ip.h

//----------------------------------------------------------------------------- // IP.H // //----------------------------------------------------------------------------- void ip_send(UCHAR xdat
www.eeworm.com/read/178842/9384036

c ip.c

//----------------------------------------------------------------------------- // Net IP.C // This module is the IP layer // Refer to RFC 791, 1122, and RFC 815 (fragmentation) //----------------
www.eeworm.com/read/178842/9384038

lst ip.lst

C51 COMPILER V7.06 IP 05/19/2004 15:18:11 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE IP OBJECT MODULE PLACED IN IP.O
www.eeworm.com/read/374766/9385313

h ip.h

#ifndef __IP_H #define __IP_H #define UDP 0x11 /* * This structure defines an ip header. */ struct iphdr { unsigned char ihl:4, version:4; unsigned char tos; unsigned short
www.eeworm.com/read/374766/9385317

c ip.c

#include "skbuff.h" #include "eth.h" #include "ip.h" #include "utils.h" static unsigned long local_ip = 0; unsigned short ip_fast_csum(unsigned char * iph, unsigned int ihl) { unsigned int
www.eeworm.com/read/374766/9385319

o ip.o

www.eeworm.com/read/374764/9385454

h ip.h

#ifndef __IP_H #define __IP_H #define UDP 0x11 /* * This structure defines an ip header. */ struct iphdr { unsigned char ihl:4, version:4; unsigned char tos; unsigned short
www.eeworm.com/read/374764/9385459

c ip.c

#include "skbuff.h" #include "eth.h" #include "ip.h" #include "utils.h" static unsigned long local_ip = 0; unsigned short ip_fast_csum(unsigned char * iph, unsigned int ihl) { unsigned int
www.eeworm.com/read/374764/9385461

o ip.o