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

Function IoctlPtpExttsRequest

phc/unix/linux.go:127–129  ·  view source on GitHub ↗

IoctlPtpExttsRequest configures the external timestamping mode of the PTP I/O pins.

(fd int, r *PtpExttsRequest)

Source from the content-addressed store, hash-verified

125
126// IoctlPtpExttsRequest configures the external timestamping mode of the PTP I/O pins.
127func IoctlPtpExttsRequest(fd int, r *PtpExttsRequest) error {
128 return ioctlPtr(fd, PTP_EXTTS_REQUEST2, unsafe.Pointer(r))
129}
130
131// Linux-only constants
132

Callers

nothing calls this directly

Calls 1

ioctlPtrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…