type syscall.IPMreq
5 uses
syscall (current package)
syscall_linux.go#L724: func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) {
syscall_linux.go#L725: var value IPMreq
syscall_unix.go#L479: func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) {
ztypes_linux_amd64.go#L214: type IPMreq struct {
internal/poll
sockoptip.go#L12: func (fd *FD) SetsockoptIPMreq(level, name int, mreq *syscall.IPMreq) error {
![]() |
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. |