type syscall.IPMreq
7 uses
syscall (current package)
syscall_linux.go#L705: func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) {
syscall_linux.go#L706: var value IPMreq
syscall_unix.go#L469: func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) {
ztypes_linux_amd64.go#L216: type IPMreq struct {
internal/poll
sockoptip.go#L12: func (fd *FD) SetsockoptIPMreq(level, name int, mreq *syscall.IPMreq) error {
net
sockopt_posix.go#L75: func setIPv4MreqToInterface(mreq *syscall.IPMreq, ifi *Interface) error {
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. |