Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 194 for addUses (0.11 sec)

  1. src/syscall/zerrors_linux_ppc64le.go

    	89:  "destination address required",
    	90:  "message too long",
    	91:  "protocol wrong type for socket",
    	92:  "protocol not available",
    	93:  "protocol not supported",
    	94:  "socket type not supported",
    	95:  "operation not supported",
    	96:  "protocol family not supported",
    	97:  "address family not supported by protocol",
    	98:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_amd64.go

    	39:  "destination address required",
    	40:  "message too long",
    	41:  "protocol wrong type for socket",
    	42:  "protocol not available",
    	43:  "protocol not supported",
    	44:  "socket type not supported",
    	45:  "operation not supported",
    	46:  "protocol family not supported",
    	47:  "address family not supported by protocol family",
    	48:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  3. src/net/dnsclient_unix_test.go

    }
    
    func TestDNSConfigNoReload(t *testing.T) {
    	r := &Resolver{PreferGo: true, Dial: func(ctx context.Context, network, address string) (Conn, error) {
    		if address != "192.0.2.1:53" {
    			return nil, errors.New("configuration unexpectedly changed")
    		}
    		return fakeDNSServerSuccessful.DialContext(ctx, network, address)
    	}}
    
    	conf, err := newResolvConfTest()
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_freebsd_arm.go

    	38: "socket operation on non-socket",
    	39: "destination address required",
    	40: "message too long",
    	41: "protocol wrong type for socket",
    	42: "protocol not available",
    	43: "protocol not supported",
    	44: "socket type not supported",
    	45: "operation not supported",
    	46: "protocol family not supported",
    	47: "address family not supported by protocol family",
    	48: "address already in use",
    	49: "can't assign requested address",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  5. src/syscall/zerrors_freebsd_arm64.go

    	38: "socket operation on non-socket",
    	39: "destination address required",
    	40: "message too long",
    	41: "protocol wrong type for socket",
    	42: "protocol not available",
    	43: "protocol not supported",
    	44: "socket type not supported",
    	45: "operation not supported",
    	46: "protocol family not supported",
    	47: "address family not supported by protocol family",
    	48: "address already in use",
    	49: "can't assign requested address",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_riscv64.go

    	38: "socket operation on non-socket",
    	39: "destination address required",
    	40: "message too long",
    	41: "protocol wrong type for socket",
    	42: "protocol not available",
    	43: "protocol not supported",
    	44: "socket type not supported",
    	45: "operation not supported",
    	46: "protocol family not supported",
    	47: "address family not supported by protocol family",
    	48: "address already in use",
    	49: "can't assign requested address",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_openbsd_arm64.go

    	38: "socket operation on non-socket",
    	39: "destination address required",
    	40: "message too long",
    	41: "protocol wrong type for socket",
    	42: "protocol not available",
    	43: "protocol not supported",
    	44: "socket type not supported",
    	45: "operation not supported",
    	46: "protocol family not supported",
    	47: "address family not supported by protocol family",
    	48: "address already in use",
    	49: "can't assign requested address",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 66.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_netbsd_arm64.go

    	39: "destination address required",
    	40: "message too long",
    	41: "protocol wrong type for socket",
    	42: "protocol option not available",
    	43: "protocol not supported",
    	44: "socket type not supported",
    	45: "operation not supported",
    	46: "protocol family not supported",
    	47: "address family not supported by protocol family",
    	48: "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_loong64.go

    	89:  "destination address required",
    	90:  "message too long",
    	91:  "protocol wrong type for socket",
    	92:  "protocol not available",
    	93:  "protocol not supported",
    	94:  "socket type not supported",
    	95:  "operation not supported",
    	96:  "protocol family not supported",
    	97:  "address family not supported by protocol",
    	98:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{5, "EIO", "I/O error"},
    	{6, "ENXIO", "no such device or address"},
    	{7, "E2BIG", "arg list too long"},
    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file number"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EWOULDBLOCK", "resource temporarily unavailable"},
    	{12, "ENOMEM", "not enough space"},
    	{13, "EACCES", "permission denied"},
    	{14, "EFAULT", "bad address"},
    	{15, "ENOTBLK", "block device required"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top