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_amd64.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)