const syscall.NET_RT_IFLIST
4 uses
syscall (current package)
zerrors_darwin_amd64.go#L674: NET_RT_IFLIST = 0x3
net
interface_darwin.go#L14: rib, err := route.FetchRIB(syscall.AF_UNSPEC, syscall.NET_RT_IFLIST, ifindex)
interface_darwin.go#L18: return route.ParseRIB(syscall.NET_RT_IFLIST, rib)
vendor/golang.org/x/net/route
route.go#L96: RIBTypeInterface RIBType = syscall.NET_RT_IFLIST
![]() |
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. |