func net.IPv4
10 uses
net (current package)
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])
ip.go#L48: func IPv4(a, b, c, d byte) IP {
ip.go#L98: IPv4bcast = IPv4(255, 255, 255, 255) // limited broadcast
ip.go#L99: IPv4allsys = IPv4(224, 0, 0, 1) // all systems
ip.go#L100: IPv4allrouter = IPv4(224, 0, 0, 2) // all routers
ip.go#L101: IPv4zero = IPv4(0, 0, 0, 0) // all zeros
ip.go#L206: return IPv4(ip[0], ip[1], ip[2], ip[3])
ip.go#L561: return IPv4(p[0], p[1], p[2], p[3])
ipsock_posix.go#L41: {laddr: TCPAddr{IP: IPv4(127, 0, 0, 1)}, value: 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. |