代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ethernet.c
//*****************************************************************************
//
// ethernet.c - Driver for the Integrated Ethernet Controller
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
ethernet.h
//*****************************************************************************
//
// ethernet.h - Defines and Macros for the ethernet module.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc. A
ethernet.h
/*ethernet driver interface header */
err_t ethernetif_init(struct netif *netif);
void etharp_timer(void *arg);
ethernet.h
//==========================================================================
//
// include/net/ethernet.h
//
//==========================================================================
//##
ethernet.tcl
# {{{ Banner
# ============================================================================
#
# ethernet.tcl
#
# Ethernet support
ethernet.tdf
# Target definition file fragment for ethernet devices.
#
# The target-side can instantiate up to four ethernet devices,
# eth0 to eth3. Each instance requires an entry in the
# target definition
raw-ethernet.c
/***
*
* examples/xenomai/posix/raw-ethernet.c
*
* SOCK_RAW sender - sends out Ethernet frames via a SOCK_RAW packet socket
*
* Copyright (C) 2006 Jan Kiszka
*
* RTnet
ethernet.c
#include
#include
#define MAX_SIZE 2000
#define TX_BD_NUM 1
u8 *send_data = NULL;
u8 send_data94[94] =
{
0x00,0x04,0x61,0x93,0x63,0x38,0xaa,0x02,0x03,0x04,0x05,0x06,0x08,
ethernet.c.unknown-exec
#include
#include
#define MAX_SIZE 2000
#define TX_BD_NUM 1
u8 send_data[] =
{
0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17
ethernet.c.unknown-exec1
#include
#include
#define MAX_SIZE 2000
#define TX_BD_NUM 1
u8 send_data94[] =
{
0x00,0x04,0x61,0x93,0x63,0x38,0xaa,0x02,0x03,0x04,0x05,0x06,0x08,0x00,0x45,0x00,
0x00,