func vendor/golang.org/x/net/route.sysctl
3 uses
vendor/golang.org/x/net/route (current package)
route.go#L112: if err := sysctl(mib[:], nil, &n, nil, 0); err != nil {
route.go#L119: if err := sysctl(mib[:], &b[0], &n, nil, 0); err != nil {
syscall_go1_12_darwin.go#L12: func sysctl(mib []int32, old *byte, oldlen *uintptr, new *byte, newlen uintptr) 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. |