Changeset 77285d9 for lib/linktypes.c
- Timestamp:
- 05/10/06 09:57:52 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 3fcb8b4
- Parents:
- 9b8c7ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/linktypes.c
rfe4ab68 r77285d9 13 13 #ifndef WIN32 14 14 #include <net/if_arp.h> 15 #else 15 #endif 16 17 #ifndef ARPHRD_ETHER 16 18 #define ARPHRD_ETHER 1 /* Ethernet 10/100Mbps. */ 19 #endif 20 21 #ifndef ARPHRD_PPP 17 22 #define ARPHRD_PPP 512 18 23 #endif
Note: See TracChangeset
for help on using the changeset viewer.