func internal/syscall/unix.RecvfromInet4
2 uses
internal/syscall/unix (current package)
net.go#L16: func RecvfromInet4(fd int, p []byte, flags int, from *syscall.SockaddrInet4) (int, error)
internal/poll
fd_unix.go#L243: n, err := unix.RecvfromInet4(fd.Sysfd, p, 0, from)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)