IoctlPtpSysOffsetExtended returns an extended description of the clock offset.
(fd int, samples uint)
| 96 | |
| 97 | // IoctlPtpSysOffsetExtended returns an extended description of the clock offset. |
| 98 | func IoctlPtpSysOffsetExtended(fd int, samples uint) (*PtpSysOffsetExtended, error) { |
| 99 | return IoctlPtpSysOffsetExtendedClock(fd, unix.CLOCK_REALTIME, samples) |
| 100 | } |
| 101 | |
| 102 | // IoctlPtpSysOffsetExtendedClock returns an extended description of the clock offset. |
| 103 | func IoctlPtpSysOffsetExtendedClock(fd int, clockid uint32, samples uint) (*PtpSysOffsetExtended, error) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…