代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/491733/6433658
o ip.o
www.eeworm.com/read/491733/6433670
lst ip.lst
1 .file "ip.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/491739/6433814
h ip.h
#ifndef _IP_H_
#define _IP_H_
#include
#define IP_V4 0x40
#define IP_HEADER_LENGTH 0x05
#define IP_PROTOCOL_ICMP 0x01
#define IP_PROTOCOL_TCP 0x06
#define IP_PROTOCOL_UDP 0x11
#define
www.eeworm.com/read/491739/6433818
c ip.c
/*
,-----------------------------------------------------------------------------------------.
| net/ip
|-----------------------------------------------------------------------------------------
| thi
www.eeworm.com/read/491739/6433820
o ip.o
www.eeworm.com/read/491739/6433832
lst ip.lst
1 .file "ip.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/491452/6435855
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/491452/6435875
o ip.o
www.eeworm.com/read/491452/6435896
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/490967/6446441
h ip.h
#define Reg00 port2000
#define Reg01 port2001
#define Reg02 port2002
#define Reg03 port2003
#define Reg04 port2004
#define Reg05 port2005
#define Reg06 port2006
#define Reg07 po