Home
last modified time | relevance | path

Searched defs:newRawConn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Drawconn.go45 func newRawConn(file *File) (*rawConn, error) { func
Dfile_plan9.go613 func newRawConn(file *File) (*rawConn, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Drawconn.go78 func newRawConn(fd *netFD) *rawConn { func