type syscall.IPMreqn
7 uses
syscall (current package)
syscall_linux.go#L731: func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) {
syscall_linux.go#L732: var value IPMreqn
syscall_linux.go#L766: func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) {
ztypes_linux_amd64.go#L219: type IPMreqn struct {
internal/poll
sockopt_linux.go#L10: func (fd *FD) SetsockoptIPMreqn(level, name int, mreq *syscall.IPMreqn) error {
net
sockoptip4_linux.go#L13: mreq := &syscall.IPMreqn{Multiaddr: [4]byte{ip[0], ip[1], ip[2], ip[3]}}
sockoptip4_linux.go#L27: mreq := &syscall.IPMreqn{Ifindex: v}
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |