vendor/golang.org/x/net/route.Inet4Addr.IP (field)
18 uses
vendor/golang.org/x/net/route (current package)
address.go#L120: IP [4]byte // IP address
address.go#L137: copy(b[4:8], a.IP[:])
address.go#L176: copy(a.IP[:], b[4:8])
address.go#L257: copy(a.IP[:], b[off4:off4+4])
address.go#L262: copy(a.IP[:], b[1:l])
address.go#L264: copy(a.IP[:], b[l-off4:l])
net
interface_bsd.go#L99: mask = IPv4Mask(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3])
interface_bsd.go#L107: ip = IPv4(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3])
interface_darwin.go#L42: ip = IPv4(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3])
 |
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. |