代码搜索结果

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

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

sed.c

/* * Ethernet Driver. * A Very Simple set of ethernet driver primitives. The ethernet (3com Mbus) * interface is controlled by busy-waiting, the application is handed the * location of on-bo

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

ethernet.h

/********************************************************************************************* * File: ETHERNET.H * Author: embest * Desc: Ethernet control define and RTL8019as register descriptio

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

uart_test_routine.eww

E:\Assignment 5\working files\Ethernet\Ethernet_tr\Test routine 1\ETH sample program.ewp

uip_arp.h

#ifndef __UIP_ARP_H__ #define __UIP_ARP_H__ #include "uip.h" /** * Representation of a 48-bit Ethernet address. */ struct uip_eth_addr { u8_t addr[6]; }; extern struct uip_eth

uip_arp.h

#ifndef __UIP_ARP_H__ #define __UIP_ARP_H__ #include "uip.h" /** * Representation of a 48-bit Ethernet address. */ struct uip_eth_addr { u8_t addr[6]; }; extern struct uip_eth