代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
linux_eth.h
/*
* Copyright (c) 2006 Christophe Fillot.
* E-mail: cf@utc.fr
*
* linux_eth.c: module used to send/receive Ethernet packets.
*
* Specific to the Linux operating system.
*/
#ifndef __LINUX_ETH
gen_eth.c
/*
* Copyright (c) 2006 Christophe Fillot.
* E-mail: cf@utc.fr
*
* gen_eth.c: module used to send/receive Ethernet packets.
*
* Use libpcap (0.9+) or WinPcap (0.4alpha1+) to receive and send pac
ethernet.h
/*****************************************/
/* Copyright (c) 2005, */
/* All rights reserved. */
/* */
/*************************
ethernetpro.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,5,
ethernetpro.lnp
"Ethernet.obj"
TO "EthernetPro"
RAMSIZE(256)
ethernet.c
/*****************************************/
/* Copyright (c) 2005, */
/* All rights reserved. */
/* */
/***************************
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
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