IoctlPtpPeroutRequest is not supported on non-linux.
(_ int, _ *PtpPeroutRequest)
| 80 | |
| 81 | // IoctlPtpPeroutRequest is not supported on non-linux. |
| 82 | func IoctlPtpPeroutRequest(_ int, _ *PtpPeroutRequest) error { |
| 83 | return errors.New("unsupported on this platform") |
| 84 | } |
| 85 | |
| 86 | // IoctlPtpExttsRequest is not supported on non-linux. |
| 87 | func IoctlPtpExttsRequest(_ int, _ *PtpExttsRequest) error { |
no outgoing calls
no test coverage detected
searching dependent graphs…