代码搜索:Ethernet

找到约 10,000 项符合「Ethernet」的源代码

代码结果 10,000
www.eeworm.com/read/168467/9912001

h 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
www.eeworm.com/read/167315/9972980

h 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
www.eeworm.com/read/166749/10002184

h 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
www.eeworm.com/read/361950/10027254

c e100.c

/******************************************************************************* Intel PRO/100 Linux driver Copyright(c) 1999 - 2006 Intel Corporation. This program is free software; you can r
www.eeworm.com/read/361021/10068461

h dhcp.h

#ifndef _DHCP_H #define _DHCP_H #define DHCP_SERVERPORT 67 #define DHCP_CLIENTPORT 68 #define DHCPOPT_PAD 0 #define DHCPOPT_NETMASK 1 #define DHCPOPT_GATEWAY 3 #de
www.eeworm.com/read/164767/10089478

h 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
www.eeworm.com/read/163710/10148745

h 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
www.eeworm.com/read/163518/10155201

h 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
www.eeworm.com/read/163380/10163318

h 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
www.eeworm.com/read/163079/10176215

h if_arp.h

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l