代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
ethernet.c
/* $Id: ethernet.c,v 1.2 2001/12/18 13:35:15 bjornw Exp $
*
* e100net.c: A network driver for the ETRAX 100LX network controller.
*
* Copyright (c) 1998-2001 Axis Communications AB.
*
* The outl
ethernet.mdl
Model {
Name "ethernet"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.201"
ethernet.h
#ifndef _ETHERNET_H_
#define _ETHERNET_H_
#define ETHERNET_POS_DST_MAC 0
#define ETHERNET_POS_SRC_MAC 6
#define ETHERNET_TYPE_IP 0x0800
#define ETHERNET_TYPE_ARP 0x0806
#endif
ethernet.h
#ifndef _ETHERNET_H_
#define _ETHERNET_H_
#define ETHERNET_POS_DST_MAC 0
#define ETHERNET_POS_SRC_MAC 6
#define ETHERNET_TYPE_IP 0x0800
#define ETHERNET_TYPE_ARP 0x0806
#endif
ethernet.h
#ifndef _ETHERNET_H_
#define _ETHERNET_H_
#define ETHERNET_POS_DST_MAC 0
#define ETHERNET_POS_SRC_MAC 6
#define ETHERNET_TYPE_IP 0x0800
#define ETHERNET_TYPE_ARP 0x0806
#endif
ethernet.java
/*
* Copyright (C) 2005, 2006
* Santiago Carot Nemesio
*
* This file is part of NetGUI.
*
* NetGUI is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
ethernet.h
/*-----------------------------------------------------------------------
*
* File: ethernet.h
*
* Description:
*
* Constants and Definitions for MPC8260 Fast Ethernet Ex