代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/383349/8953331
h ip.h
/* IP Structures for 'TCP/IP Lean' */
/*
** v0.01 JPB 1/8/92
** v0.02 JPB 29/7/97 Added fake packet type for SLIP
** v0.03 JPB 16/12/98 Added 'MAXUDPDATA'
** v0.04 JPB 16/12/99 Updated for book
www.eeworm.com/read/427221/8964879
gif ip.gif
www.eeworm.com/read/383127/8971799
gif ip.gif
www.eeworm.com/read/283879/8984017
gif ip.gif
www.eeworm.com/read/283700/8995342
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/283700/8995354
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/283700/8995359
o ip.o
www.eeworm.com/read/283667/8999482
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/283667/8999487
c ip.c
#include "..\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_SUPPORT
static unsigned long