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)
![]() |
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. |