vendor/golang.org/x/net/route.InterfaceMessage.Addrs (field)
4 uses
vendor/golang.org/x/net/route (current package)
interface.go#L16: Addrs []Addr // addresses
interface_classic.go#L26: Addrs: make([]Addr, sysRTAX_MAX),
interface_classic.go#L36: m.Addrs[sysRTAX_IFP] = a
net
interface_bsd.go#L38: if sa, ok := m.Addrs[syscall.RTAX_IFP].(*route.LinkAddr); ok && len(sa.Addr) > 0 {
![]() |
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. |