Skip to main content Link Search Menu Expand Document (external link) Copy Copied

Google NetStack

Table of contents

  1. MacOS
    1. netstack/tcpip/link/fdbased
    2. netstack/tcpip/link/rawfile
    3. netstack/tcpip/stack

MacOS

netstack/tcpip/link/fdbased

tcpip/link/fdbased/endpoint.go:273:28: undefined: newReadVDispatcher

tcpip/link/fdbased/endpoint.go:284:9: undefined: unix.SockaddrLinklayer

tcpip/link/fdbased/endpoint.go:289:40: undefined: syscall.SOL_PACKET

tcpip/link/fdbased/endpoint.go:289:60: undefined: unix.PACKET_FANOUT

tcpip/link/fdbased/endpoint.go:304:29: undefined: newRecvMMsgDispatcher

tcpip/link/fdbased/endpoint.go:543:22: cannot use uint64(iovecIdx - prevIovecIdx) (type uint64) as type int32 in assignment

netstack/tcpip/link/rawfile

tcpip/link/rawfile/rawfile_unsafe.go:137:10: undefined: BlockingPoll

tcpip/link/rawfile/rawfile_unsafe.go:159:10: undefined: BlockingPoll

tcpip/link/rawfile/rawfile_unsafe.go:189:14: undefined: BlockingPoll

tcpip/link/rawfile/rawfile_unsafe.go:107:33: undefined: unix.SYS_SENDMMSG

tcpip/link/rawfile/rawfile_unsafe.go:179:34: undefined: syscall.SYS_RECVMMSG

netstack/tcpip/stack

tcpip/stack/linkaddrcache.go:92:14: undefined: sleep.Waker