type golang.org/x/sys/unix.IfreqMTU

4 uses

	golang.org/x/sys/unix (current package)
		syscall_darwin.go#L298: type IfreqMTU struct {
		syscall_darwin.go#L305: func IoctlGetIfreqMTU(fd int, ifname string) (*IfreqMTU, error) {
		syscall_darwin.go#L306: 	var ifreq IfreqMTU
		syscall_darwin.go#L314: func IoctlSetIfreqMTU(fd int, ifreq *IfreqMTU) error {