代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/490457/6456698
c ip.c
/************************************************************
* File name : Ip.c *
* By : hugang, hgx2000@mail.china.com *
*********************************************************
www.eeworm.com/read/490457/6456722
o ip.o
www.eeworm.com/read/490457/6456737
o ip.o
www.eeworm.com/read/490457/6456763
o ip.o
www.eeworm.com/read/490076/6457990
gif ip.gif
www.eeworm.com/read/489594/6466316
gif ip.gif
www.eeworm.com/read/489709/6469020
txt ip.txt
1.<mark>IP</mark>地址的概念
为了让网络上的两台计算机之间在相互通信,人们给每一台计算机都事先分配一个类似我们日常生活中的电话号码一样的标识地址,即<mark>IP</mark>地址,并作为数据包里的附加信息传送。<mark>IP</mark>地址是由32位二进制数组成,而且在英特网范围内是唯一的。为方便记忆,将<mark>IP</mark>地址分成四段,每段8位并用小数点隔开,然后换成十进制数,这样就变成了我们常见的:202.112.42.79。
...
www.eeworm.com/read/488997/6481387
c ip.c
#include "DSP28_Device.h"
Uint16 TxBufFlag;
Uint16 bnry,curr;
Uint16 UDPUserDataLenth;
Uint16 IpEdition; //IP版本
Uint16 IpServiceType;
Uint16 IpIdent;
Uint16 My
www.eeworm.com/read/488705/6484364
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/488705/6484375
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