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