Searched defs:sysSocket (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | sock_cloexec_solaris.go | 22 func sysSocket(family, sotype, proto int) (int, error) { func
|
D | sys_cloexec.go | 20 func sysSocket(family, sotype, proto int) (int, error) { func
|
D | sock_cloexec.go | 19 func sysSocket(family, sotype, proto int) (int, error) { func
|
D | sock_windows.go | 20 func sysSocket(family, sotype, proto int) (syscall.Handle, error) { func
|
D | net_fake.go | 685 func sysSocket(family, sotype, proto int) (int, error) { func
|