syscall.IPMreq.Multiaddr (field)
3 uses
syscall (current package)
ztypes_linux_amd64.go#L217: Multiaddr [4]byte /* in_addr */
net
sockopt_posix.go#L98: if bytealg.Equal(mreq.Multiaddr[:], IPv4zero.To4()) {
sockoptip_posix.go#L15: mreq := &syscall.IPMreq{Multiaddr: [4]byte{ip[0], ip[1], ip[2], ip[3]}}
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. |