type syscall.Conn

2 uses

	syscall (current package)
		net.go#L31: type Conn interface {

	os
		readfrom_linux.go#L70: 	sc, ok := r.(syscall.Conn)