Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 184 for addPass (0.11 sec)

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

    	{45, "ENOTSUP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  4. src/net/netip/netip_test.go

    		str     string // output of String(). If "", use in.
    		wantErr string
    	}{
    		// Basic zero IPv4 address.
    		{
    			in: "0.0.0.0",
    			ip: MkAddr(Mk128(0, 0xffff00000000), Z4),
    		},
    		// Basic non-zero IPv4 address.
    		{
    			in: "192.168.140.255",
    			ip: MkAddr(Mk128(0, 0xffffc0a88cff), Z4),
    		},
    		// IPv4 address in windows-style "print all the digits" form.
    		{
    			in:      "010.000.015.001",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top