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

Method setPTPPerout

phc/device.go:148–150  ·  view source on GitHub ↗
(req *PtpPeroutRequest)

Source from the content-addressed store, hash-verified

146}
147
148func (dev *Device) setPTPPerout(req *PtpPeroutRequest) error {
149 return unix.IoctlPtpPeroutRequest(int(dev.Fd()), req)
150}
151
152func (dev *Device) extTTSRequest(req *PtpExttsRequest) error {
153 return unix.IoctlPtpExttsRequest(int(dev.Fd()), req)

Callers

nothing calls this directly

Calls 2

FdMethod · 0.95
IoctlPtpPeroutRequestFunction · 0.92

Tested by

no test coverage detected