代码搜索:ETHERNET

找到约 10,000 项符合「ETHERNET」的源代码

代码结果 10,000
www.eeworm.com/read/323706/13325769

d 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
www.eeworm.com/read/315806/13536083

c get_ethernet.c

#include /* ----------------------------------------------------------------------------------------------------------------------- WinPcap头文件 ; 以下是以太网协议格式 ------------------------------
www.eeworm.com/read/311868/13623280

html ethernet-howto.html

www.eeworm.com/read/309315/13674466

h xllp_ethernet.h

/****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the software described in it is f
www.eeworm.com/read/307931/13713093

v 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
www.eeworm.com/read/301514/13857807

pdf ethernet_basics.pdf

www.eeworm.com/read/148648/5713031

uv2 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
www.eeworm.com/read/140841/5779964

vhd 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
www.eeworm.com/read/479044/6698266

h hw_ethernet.h

//***************************************************************************** // // hw_ethernet.h - Macros used when accessing the ethernet hardware. // // Copyright (c) 2006-2007 Luminary Micro
www.eeworm.com/read/476968/6743636

c 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