代码搜索结果

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

eth_switch.h

/* * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Virtual Ethernet switch definitions. */ #ifndef __ETH_SWITCH_H__ #define __ETH_SWITCH_H__ #include

gen_eth.h

/* * Copyright (c) 2006 Christophe Fillot. * E-mail: cf@utc.fr * * gen_eth: module used to send/receive Ethernet packets. * * Use libpcap (0.9+) to receive and send packets. */ #ifndef __GEN_E

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

arp.h

#ifndef _ARP_H #define _ARP_H #include "types.h" #include "ethernet.h" #define ETHERTYPE_ARP 0x0608 /* Address resolution protocol */ #define ARPHRD_ETHER 1 /* ethernet hardware for

ariadne.c

/* * Amiga Linux/m68k Ariadne Ethernet Driver * *

a2065.h

/* * Amiga Linux/68k A2065 Ethernet Driver * * (C) Copyright 1995 by Geert Uytterhoeven * (Geert.Uytterhoeven@cs.kuleuven.ac.be) * * -----------------------------------------------------------

bpqether.c

/* * G8BPQ compatible "AX.25 via ethernet" driver release 003 * * This code REQUIRES 2.0.0 or higher/ NET3.029 * * This module: * This module is free software; you can redistribute it and/or *

ariadne.h

/* * Amiga Linux/m68k Ariadne Ethernet Driver * *

eth.h

#ifndef _LINUXIFETHER_H #define _LINUXIFETHER_H /* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble and FCS/CRC (frame check sequence). */ #define ETHPAD 2 /* make the ip