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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |