Changes in uspace/lib/net/generic/protocol_map.c [f902d36:1bfd3d3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/protocol_map.c
rf902d36 r1bfd3d3 50 50 switch (nil) { 51 51 case SERVICE_ETHERNET: 52 case SERVICE_ NE2000:52 case SERVICE_DP8390: 53 53 switch (il) { 54 54 case SERVICE_IP: … … 76 76 switch (nil) { 77 77 case SERVICE_ETHERNET: 78 case SERVICE_ NE2000:78 case SERVICE_DP8390: 79 79 switch (protocol) { 80 80 case ETH_P_IP: … … 139 139 switch (nil) { 140 140 case SERVICE_ETHERNET: 141 case SERVICE_ NE2000:141 case SERVICE_DP8390: 142 142 return HW_ETHER; 143 143 default:
Note:
See TracChangeset
for help on using the changeset viewer.