func net.IPv4
11 uses
net (current package)
interface_linux.go#L195: return &IPNet{IP: IPv4(a.Value[0], a.Value[1], a.Value[2], a.Value[3]), Mask: CIDRMask(int(ifam.Prefixlen), 8*IPv4len)}
interface_linux.go#L242: ifma := &IPAddr{IP: IPv4(byte(i>>24), byte(i>>16), byte(i>>8), byte(i))}
ip.go#L52: func IPv4(a, b, c, d byte) IP {
ip.go#L102: IPv4bcast = IPv4(255, 255, 255, 255) // limited broadcast
ip.go#L103: IPv4allsys = IPv4(224, 0, 0, 1) // all systems
ip.go#L104: IPv4allrouter = IPv4(224, 0, 0, 2) // all routers
ip.go#L105: IPv4zero = IPv4(0, 0, 0, 0) // all zeros
ip.go#L229: return IPv4(ip[0], ip[1], ip[2], ip[3])
ipsock_posix.go#L42: {laddr: TCPAddr{IP: IPv4(127, 0, 0, 1)}, value: 0},
github.com/gotd/neo
net.go#L173: IP: net.IPv4(127, 0, 0, 1),
github.com/gotd/td/telegram/dcs
dns.go#L111: return net.IPv4(
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |