Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 167 for socketpair (0.38 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go

    	fd = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {
    	_, _, e1 := RawSyscall6(SYS_SOCKETPAIR, uintptr(domain), uintptr(typ), uintptr(proto), uintptr(unsafe.Pointer(fd)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_openbsd_arm.go

    	}
    	return
    }
    
    func libc_shutdown_trampoline()
    
    //go:cgo_import_dynamic libc_shutdown shutdown "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {
    	_, _, e1 := rawSyscall6(abi.FuncPCABI0(libc_socketpair_trampoline), uintptr(domain), uintptr(typ), uintptr(proto), uintptr(unsafe.Pointer(fd)), 0, 0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_SHUTDOWN             = 134 // { int|sys||shutdown(int s, int how); }
    	SYS_SOCKETPAIR           = 135 // { int|sys||socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                = 136 // { int|sys||mkdir(const char *path, mode_t mode); }
    	SYS_RMDIR                = 137 // { int|sys||rmdir(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_netbsd_arm.go

    	SYS_SHUTDOWN             = 134 // { int|sys||shutdown(int s, int how); }
    	SYS_SOCKETPAIR           = 135 // { int|sys||socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                = 136 // { int|sys||mkdir(const char *path, mode_t mode); }
    	SYS_RMDIR                = 137 // { int|sys||rmdir(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  5. src/syscall/zsyscall_aix_ppc64.go

    //go:cgo_import_dynamic libc_Listen listen "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_setsockopt setsockopt "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_socket socket "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_socketpair socketpair "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_getpeername getpeername "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_getsockname getsockname "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_recvfrom recvfrom "libc.a/shr_64.o"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_SENDTO                 = 133 // { int sendto(int s, caddr_t buf, size_t len, int flags, caddr_t to, int tolen); }
    	SYS_SHUTDOWN               = 134 // { int shutdown(int s, int how); }
    	SYS_SOCKETPAIR             = 135 // { int socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                  = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                  = 137 // { int rmdir(char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_SHUTDOWN             = 134 // { int|sys||shutdown(int s, int how); }
    	SYS_SOCKETPAIR           = 135 // { int|sys||socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                = 136 // { int|sys||mkdir(const char *path, mode_t mode); }
    	SYS_RMDIR                = 137 // { int|sys||rmdir(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_SHUTDOWN             = 134 // { int|sys||shutdown(int s, int how); }
    	SYS_SOCKETPAIR           = 135 // { int|sys||socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                = 136 // { int|sys||mkdir(const char *path, mode_t mode); }
    	SYS_RMDIR                = 137 // { int|sys||rmdir(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_SHUTDOWN             = 134 // { int|sys||shutdown(int s, int how); }
    	SYS_SOCKETPAIR           = 135 // { int|sys||socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                = 136 // { int|sys||mkdir(const char *path, mode_t mode); }
    	SYS_RMDIR                = 137 // { int|sys||rmdir(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_SHUTDOWN             = 134 // { int|sys||shutdown(int s, int how); }
    	SYS_SOCKETPAIR           = 135 // { int|sys||socketpair(int domain, int type, int protocol, int *rsv); }
    	SYS_MKDIR                = 136 // { int|sys||mkdir(const char *path, mode_t mode); }
    	SYS_RMDIR                = 137 // { int|sys||rmdir(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top