func net.supportsIPv4map
3 uses
net (current package)
ipsock.go#L46: func supportsIPv4map() bool {
ipsock_posix.go#L120: if supportsIPv4map() || !supportsIPv4() {
sockopt_bsd.go#L28: if supportsIPv4map() && family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
![]() |
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. |