代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/260217/11739187

obj ip.obj

www.eeworm.com/read/260217/11739290

h ip.h

//----------------------------------------------------------------------------- // IP.H // //----------------------------------------------------------------------------- void ip_send(UCHAR xdat
www.eeworm.com/read/260217/11739293

c ip.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/260217/11739298

lst ip.lst

C51 COMPILER V7.50 IP 12/14/2006 13:34:44 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE IP OBJECT MODULE PLACED IN IP.O
www.eeworm.com/read/157093/11739810

gif ip.gif

www.eeworm.com/read/346081/11769912

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/346080/11770001

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/346080/11770034

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/346053/11771756

c ip.c

#include "cpu_reg.h" #include "string.h" #include "ip.h" extern const Uint16 MyMAC[3]; extern const Uint16 MyIP[2]; extern const Uint16 RemoteIP[2]; extern const Uint16 SubnetMask[2]; ex
www.eeworm.com/read/259624/11776562

gif ip.gif