type syscall.IPMreqn
6 uses
syscall (current package)
syscall_linux.go#L712: func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) {
syscall_linux.go#L713: var value IPMreqn
syscall_linux.go#L747: func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) {
ztypes_linux_amd64.go#L221: type IPMreqn struct {
internal/poll
sockopt_linux.go#L10: func (fd *FD) SetsockoptIPMreqn(level, name int, mreq *syscall.IPMreqn) error {
net
sockoptip_linux.go#L17: mreq := &syscall.IPMreqn{Ifindex: v}
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. |