代码搜索结果

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

ethernet.h

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

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.h

/* * ioctl defines for ethernet driver * * Copyright (c) 2001 Axis Communications AB * * Author: Mikael Starvik * */ #ifndef _CRIS_ETHERNET_H #define _CRIS_ETHERNET_H #define SET_ETH_SPEED

ethernet.h

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

ethernet.lst

C51 COMPILER V7.02b ETHERNET 12/10/2005 21:31:08 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE ETHERNET OBJECT MODULE PLACED

ethernet.h

/* * Fundamental constants relating to ethernet. * * $FreeBSD: src/sys/net/ethernet.h,v 1.22 2002/11/14 23:28:47 sam Exp $ * */ #ifndef _NET_ETHERNET_H_ #define _NET_ETHERNET_H_ /*

ethernet.c

/* $Id: ethernet.c,v 1.22 2004/05/14 07:58:03 starvik Exp $ * * e100net.c: A network driver for the ETRAX 100LX network controller. * * Copyright (c) 1998-2002 Axis Communications AB. * * The ou