Home
last modified time | relevance | path

Searched defs:SocketOptionData (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dtypes_linux.go31 type SocketOptionData struct { struct
32 Linger *unix.Linger
33 RecvTimeout *unix.Timeval
34 SendTimeout *unix.Timeval
35 TCPInfo *unix.TCPInfo
40 func (s *SocketOptionData) Getsockopt(fd uintptr) {
Dtypes_nonlinux.go32 type SocketOptionData struct { struct
38 func (s *SocketOptionData) Getsockopt(fd uintptr) {}