type vendor/golang.org/x/net/route.Addr
16 uses
vendor/golang.org/x/net/route (current package)
address.go#L12: type Addr interface {
address.go#L60: func parseLinkAddr(b []byte) (Addr, error) {
address.go#L74: func parseKernelLinkAddr(_ int, b []byte) (int, Addr, error) {
address.go#L169: func parseInetAddr(af int, b []byte) (Addr, error) {
address.go#L203: func parseKernelInetAddr(af int, b []byte) (int, Addr, error) {
address.go#L298: func parseDefaultAddr(b []byte) (Addr, error) {
address.go#L306: func addrsSpace(as []Addr) int {
address.go#L329: func marshalAddrs(b []byte, as []Addr) (uint, error) {
address.go#L366: func parseAddrs(attrs uint, fn func(int, []byte) (int, Addr, error), b []byte) ([]Addr, error) {
address.go#L367: var as [sysRTAX_MAX]Addr
interface.go#L16: Addrs []Addr // addresses
interface.go#L28: Addrs []Addr // addresses
interface.go#L43: Addrs []Addr // addresses
interface_classic.go#L26: Addrs: make([]Addr, sysRTAX_MAX),
route.go#L80: Addrs []Addr // addresses
 |
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. |