const syscall.AF_UNSPEC
9 uses
syscall (current package)
route_bsd.go#L225: family := uint8(AF_UNSPEC)
route_bsd.go#L293: family := uint8(AF_UNSPEC)
syscall_bsd.go#L319: if runtime.GOOS == "dragonfly" && rsa.Addr.Family == AF_UNSPEC && rsa.Addr.Len == 0 {
syscall_bsd.go#L401: if rsa.Addr.Family != AF_UNSPEC {
syscall_unix.go#L287: if rsa.Addr.Family != AF_UNSPEC {
zerrors_darwin_arm64.go#L47: AF_UNSPEC = 0x0
net
file_unix.go#L35: family := syscall.AF_UNSPEC
interface_darwin.go#L14: rib, err := route.FetchRIB(syscall.AF_UNSPEC, syscall.NET_RT_IFLIST, ifindex)
interface_darwin.go#L24: rib, err := route.FetchRIB(syscall.AF_UNSPEC, syscall.NET_RT_IFLIST2, ifi.Index)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)