net.ipv6ZoneCache.index (method)
3 uses
net (current package)
interface.go#L238: func (zc *ipv6ZoneCache) index(name string) int {
ipsock_posix.go#L177: sa := &syscall.SockaddrInet6{Port: port, ZoneId: uint32(zoneCache.index(zone))}
cgo_unix.go#L340: return cgoSockaddrInet6(ip6, zoneCache.index(zone)), /*line :337:56*/_Ctype_socklen_t /*line :337:67*/(syscall.SizeofSockaddrInet6)
 |
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. |