代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/288659/8615388
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/288659/8615397
lst ip.lst
C51 COMPILER V7.07 IP 11/25/2003 15:47:48 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN IP.O
www.eeworm.com/read/288626/8617929
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/288626/8617946
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/288605/8619326
gif ip.gif
www.eeworm.com/read/288592/8620076
c ip.c
#include
#include
#include
#include
//接收表单数据的格式如下(最多75个字节)
//ip=xxx.xxx.xxx.xxx&mask=xxx.xxx.xxx.xxx&gateway=xxx.xxx.xxx.xxx&Submit=Save
//其中xxx为
www.eeworm.com/read/431972/8642779
gif ip.gif
www.eeworm.com/read/431972/8643274
gif ip.gif
www.eeworm.com/read/387753/8656435
gif ip.gif
www.eeworm.com/read/387692/8658870
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