Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SOCK_NOSIGPIPE (0.19 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SOCK_CLOEXEC", Const, 0},
    		{"SOCK_DCCP", Const, 0},
    		{"SOCK_DGRAM", Const, 0},
    		{"SOCK_FLAGS_MASK", Const, 1},
    		{"SOCK_MAXADDRLEN", Const, 0},
    		{"SOCK_NONBLOCK", Const, 0},
    		{"SOCK_NOSIGPIPE", Const, 1},
    		{"SOCK_PACKET", Const, 0},
    		{"SOCK_RAW", Const, 0},
    		{"SOCK_RDM", Const, 0},
    		{"SOCK_SEQPACKET", Const, 0},
    		{"SOCK_STREAM", Const, 0},
    		{"SOL_AAL", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (netbsd-386), const SOCK_CLOEXEC = 268435456
    pkg syscall (netbsd-386), const SOCK_FLAGS_MASK = 4026531840
    pkg syscall (netbsd-386), const SOCK_NONBLOCK = 536870912
    pkg syscall (netbsd-386), const SOCK_NOSIGPIPE = 1073741824
    pkg syscall (netbsd-386), const SOCK_RDM = 4
    pkg syscall (netbsd-386), const SOL_SOCKET = 65535
    pkg syscall (netbsd-386), const SOMAXCONN = 128
    pkg syscall (netbsd-386), const SO_ACCEPTCONN = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top