代码搜索结果

找到约 15,197 项符合 Ethernet 的代码

ethernet.c

#include "Ethernet.h" u16 local_eth_addr[3] = {0x4422, 0x8866, 0xCCAA}; inline u16 NIC_InPort(u16 reg) { ETH_Addr_Port = reg; return ETH_Data_Port; } inline void NIC_OutPort(u16 reg, u1

ethernet.pjf

# Embest IDE Project File, Format Version 1.00 # WARNING: DO NOT EDIT OR DELETE THIS PROJECT FILE! PROJECT_NAME Ethernet CONFIG CPU MODULE=arm7.DLL FAMIL

ethernet.c

/* $Id: ethernet.c,v 1.22 2002/01/30 07:48:22 matsfg Exp $ * * e100net.c: A network driver for the ETRAX 100LX network controller. * * Copyright (c) 1998-2001 Axis Communications AB. * * The out

ethernet.h

/*ethernet driver interface header */ err_t ethernetif_init(struct netif *netif); void etharp_timer(void *arg);

ethernet.c

/* $Id: ethernet.c,v 1.22 2002/01/30 07:48:22 matsfg Exp $ * * e100net.c: A network driver for the ETRAX 100LX network controller. * * Copyright (c) 1998-2001 Axis Communications AB. * * The out

ethernet.c

/* ethernet.c: * This code supports most of the generic ethernet/IP/ARP/UDP stuff. * * General notice: * This code is part of a boot-monitor package developed as a generic base * platform fo

ethernet.c

/**************************************************************************** ** File: ethernet.c ** ** Author: Mike Borella ** ** Comments: Dump ethernet packets ** *********************************

ethernet.h

/**************************************************************************** ** File: ethernet.h ** ** Author: Mike Borella ** ** Comments: Generic ethernet structure - an attempt at OS independence

ethernet.c

/* $Id: ethernet.c,v 1.22 2002/01/30 07:48:22 matsfg Exp $ * * e100net.c: A network driver for the ETRAX 100LX network controller. * * Copyright (c) 1998-2001 Axis Communications AB. * * The out

ethernet.h

//***************************************************************************** // // ethernet.h - Defines and Macros for the ethernet module. // // Copyright (c) 2006-2007 Luminary Micro, Inc. A