代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
readme
XNUT Ethernet Bootloader - Read Me Notes
_______________________________________________________________________________
$Date: 2007/11/09 01:23:28 $
This Read Me file contains last-minute prod
credits
The XNUT Ethernet Bootloader is based on the Nut/OS eboot component.
We thank Harald Kipp and Egnite GmbH and all the other
contributors to the Ethernut project (http://www.ethernut.de/) for their
ef
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one ether
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
#de
readme.txt
以下的步骤中假定您的连接开发板和运行JTAG.EXE的计算机的IP为192.168.0.204。
(1)按照JTAG.PDF制作并口JTAG的连接线
(2)将开发板和计算机通过连接线连接。
(3)运行JTAG.EXE
(4)运行ARM SDT后在Angel Remote Configure界面中设置选择Ethernet模式,IP置为192.168.0.24,
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one etherne
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
#de
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
emac.searchresults
---- eth_send Matches (5 in 4 files) ----
Arp.c (ethernet): if(eth_send(&skb, broadcast, ETH_P_ARP)==-1)
Arp.c (ethernet): if(eth_send(&skb, arp_hdr->ar_sha, ETH_P_ARP)==-1)
Eth.c (ethernet):int et
lan.searchresults
---- puts Matches (2 in 2 files) ----
Main.c: puts("Net Test\n");
Tcp_in.c (ethernet\tcp): rationale is that lwIP puts all outstanding segments on the