代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
ethernet.o.d
ethernet.o: ../ethernet.c ../includes.h \
d:/winavr-20070525/bin/../avr/include/avr/io.h \
d:/winavr-20070525/bin/../avr/include/avr/sfr_defs.h \
d:/winavr-20070525/bin/../avr/include/inttype
get_ethernet.c
#include
/*
-----------------------------------------------------------------------------------------------------------------------
WinPcap头文件 ;
以下是以太网协议格式
------------------------------
xllp_ethernet.h
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the software described in it is f
tb_ethernet.v
`include "eth_phy_defines.v"
`include "wb_model_defines.v"
`include "tb_eth_defines.v"
`include "eth_defines.v"
`include "timescale.v"
module tb_ethernet();
reg wb_clk;
re
ethernet.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0002 // Tools: '166/167'
Group (Source Files)
Group (Header Files)
Group (Hardware Configuration)
Group (Docu
ethernet_mac.vhd
library ieee;
use ieee.std_logic_1164.all;
library gaisler;
use gaisler.net.all;
library grlib;
use grlib.amba.all;
use grlib.tech.all;
package ethernet_mac is
subtype rx_status_type is st
hw_ethernet.h
//*****************************************************************************
//
// hw_ethernet.h - Macros used when accessing the ethernet hardware.
//
// Copyright (c) 2006-2007 Luminary Micro
ethernet2.c
#include
struct ether_header
{
u_int8_t ether_dhost[6];
u_int8_t ether_shost[6];
u_int16_t ether_type;
};
void ethernet_protocol_packet_callback(u_char *argument, const struct pca