代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/254339/12145149
gif ip.gif
www.eeworm.com/read/340477/12155184
c ip.c
/***************************************************************************************
File: ip.c
Date: 11.6.2002
Version: 0.1
Author: Jari Lahti (jari@violasystems.com)
Descript
www.eeworm.com/read/151931/12161213
gif ip.gif
www.eeworm.com/read/151897/12163179
mdb ip.mdb
www.eeworm.com/read/151629/12186204
h ip.h
#ifdef IP_GLOBALS
#define IP_EXT
#else
#define IP_EXT extern
#endif
#ifdef Big_End
union w { uint32 dwords;
struct {uint16 high ;uint16 low;}words;
struct {ui
www.eeworm.com/read/151629/12186215
c ip.c
#define IP_GLOBALS
#include "Config.h"
#include "../include/cfg_net.h"
OS_EVENT *RecIcmpQFlag;
OS_EVENT *RecTcpQFlag;
OS_EVENT *RecUdpQFlag;
OS_EVENT *SendFlag;
Rec_Ptr RECQ
www.eeworm.com/read/151403/12215103
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/151403/12215164
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/151403/12215208
o ip.o
www.eeworm.com/read/151350/12218093
h ip.h
/************************************************************
* File name : Ip.h *
* By : hugang, hgx2000@mail.china.com *
*********************************************************