MCPcopy Create free account
hub / github.com/facebook/time / IoctlPtpPeroutRequest

Function IoctlPtpPeroutRequest

phc/unix/notlinux.go:82–84  ·  view source on GitHub ↗

IoctlPtpPeroutRequest is not supported on non-linux.

(_ int, _ *PtpPeroutRequest)

Source from the content-addressed store, hash-verified

80
81// IoctlPtpPeroutRequest is not supported on non-linux.
82func IoctlPtpPeroutRequest(_ int, _ *PtpPeroutRequest) error {
83 return errors.New("unsupported on this platform")
84}
85
86// IoctlPtpExttsRequest is not supported on non-linux.
87func IoctlPtpExttsRequest(_ int, _ *PtpExttsRequest) error {

Callers 1

setPTPPeroutMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…