| 4111 | } |
| 4112 | |
| 4113 | int |
| 4114 | if_getcapenable(if_t ifp) |
| 4115 | { |
| 4116 | return ((struct ifnet *)ifp)->if_capenable; |
| 4117 | } |
| 4118 | |
| 4119 | /* |
| 4120 | * This is largely undesirable because it ties ifnet to a device, but does |
no outgoing calls
no test coverage detected