IoctlPtpExttsRequest is not supported on non-linux.
(_ int, _ *PtpExttsRequest)
| 85 | |
| 86 | // IoctlPtpExttsRequest is not supported on non-linux. |
| 87 | func IoctlPtpExttsRequest(_ int, _ *PtpExttsRequest) error { |
| 88 | return errors.New("unsupported on this platform") |
| 89 | } |
| 90 | |
| 91 | // IoctlGetEthtoolTsInfo is not supported on non-linux. |
| 92 | func IoctlGetEthtoolTsInfo(_ int, _ string) (*EthtoolTsInfo, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…