[][src]Function linux::syscall::ioctl_siocgstampns

pub fn ioctl_siocgstampns(fd: c_int, time: &mut timespec) -> c_int

Executes ioctl with the SIOCGSTAMPNS option.

[argument, fd] The file descriptor on which to operate.

[argument, time] A place into which the retrieved time will be placed.

[return_value] Returns success or an error value.

= See also

  • link:man:ioctl(2)
  • link:man:socket(7) and SIOCGSTAMP therein