代码搜索:IP软核
找到约 10,000 项符合「IP软核」的源代码
代码结果 10,000
www.eeworm.com/read/255719/6956725
gif ip.gif
www.eeworm.com/read/320898/6960955
vhd ip.vhd
-------------------------------------
-- FILE NAME : IP_IPIR.vhd
-- FUNCTION : Instruction pointer
-- AUTHOR : Kazuma Mishima
-- DATE : 5/2001
-----------------------------------
www.eeworm.com/read/344247/6964134
c ip.c
/*/////////////////////////////////////////////////////////////////////////////
File Name : IP.C
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created :
www.eeworm.com/read/344247/6964136
h ip.h
/*/////////////////////////////////////////////////////////////////////////////
File Name : IP.h
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created :
www.eeworm.com/read/469140/6978289
obj ip.obj
www.eeworm.com/read/469140/6978304
c ip.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/469140/6978307
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/469140/6978309
lst ip.lst
C51 COMPILER V7.06 IP 07/29/2006 13:15:57 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN Ip.O
www.eeworm.com/read/468523/6992302
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/468523/6992330
c ip.c
#include "../../inc/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_DOWNLOAD_SUPPORT
stat