Changes in uspace/srv/net/include/ethernet_protocols.h [aadf01e:21580dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/ethernet_protocols.h
raadf01e r21580dd 373 373 #define ETH_P_Stanford_V_Kernel_prod 0x805C 374 374 375 /** Evans & Sutherland ethernet protocol type.375 /** Evans & Sutherland ethernet protocol type. 376 376 */ 377 377 #define ETH_P_Evans_Sutherland 0x805D … … 873 873 #define ETH_P_Taurus_Controls_MAX 0x82AB 874 874 875 /** Walker Richer & Quinn ethernet protocol type.875 /** Walker Richer & Quinn ethernet protocol type. 876 876 */ 877 877 #define ETH_P_Walker_Richer_Quinn_MIN 0x82AC 878 878 879 /** Walker Richer & Quinn ethernet protocol type.879 /** Walker Richer & Quinn ethernet protocol type. 880 880 */ 881 881 #define ETH_P_Walker_Richer_Quinn_MAX 0x8693 … … 921 921 #define ETH_P_ATOMIC 0x86DF 922 922 923 /** Landis & Gyr Powers ethernet protocol type.923 /** Landis & Gyr Powers ethernet protocol type. 924 924 */ 925 925 #define ETH_P_Landis_Gyr_Powers_MIN 0x86E0 926 926 927 /** Landis & Gyr Powers ethernet protocol type.927 /** Landis & Gyr Powers ethernet protocol type. 928 928 */ 929 929 #define ETH_P_Landis_Gyr_Powers_MAX 0x86EF
Note:
See TracChangeset
for help on using the changeset viewer.