Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for MSG_RCVMORE (0.23 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	MSG_HAVEMORE                      = 0x2000
    	MSG_HOLD                          = 0x800
    	MSG_NEEDSA                        = 0x10000
    	MSG_OOB                           = 0x1
    	MSG_PEEK                          = 0x2
    	MSG_RCVMORE                       = 0x4000
    	MSG_SEND                          = 0x1000
    	MSG_TRUNC                         = 0x10
    	MSG_WAITALL                       = 0x40
    	MSG_WAITSTREAM                    = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_amd64.go

    	MSG_HAVEMORE                      = 0x2000
    	MSG_HOLD                          = 0x800
    	MSG_NEEDSA                        = 0x10000
    	MSG_OOB                           = 0x1
    	MSG_PEEK                          = 0x2
    	MSG_RCVMORE                       = 0x4000
    	MSG_SEND                          = 0x1000
    	MSG_TRUNC                         = 0x10
    	MSG_WAITALL                       = 0x40
    	MSG_WAITSTREAM                    = 0x200
    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/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	MSG_NEEDSA                              = 0x10000
    	MSG_NOSIGNAL                            = 0x80000
    	MSG_OOB                                 = 0x1
    	MSG_PEEK                                = 0x2
    	MSG_RCVMORE                             = 0x4000
    	MSG_SEND                                = 0x1000
    	MSG_TRUNC                               = 0x10
    	MSG_WAITALL                             = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	MSG_NEEDSA                              = 0x10000
    	MSG_NOSIGNAL                            = 0x80000
    	MSG_OOB                                 = 0x1
    	MSG_PEEK                                = 0x2
    	MSG_RCVMORE                             = 0x4000
    	MSG_SEND                                = 0x1000
    	MSG_TRUNC                               = 0x10
    	MSG_WAITALL                             = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const MSG_OOB ideal-int
    pkg syscall (darwin-arm64), const MSG_PEEK = 2
    pkg syscall (darwin-arm64), const MSG_PEEK ideal-int
    pkg syscall (darwin-arm64), const MSG_RCVMORE = 16384
    pkg syscall (darwin-arm64), const MSG_RCVMORE ideal-int
    pkg syscall (darwin-arm64), const MSG_SEND = 4096
    pkg syscall (darwin-arm64), const MSG_SEND ideal-int
    pkg syscall (darwin-arm64), const MSG_TRUNC = 16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MSG_NEEDSA", Const, 0},
    		{"MSG_NOSIGNAL", Const, 0},
    		{"MSG_NOTIFICATION", Const, 0},
    		{"MSG_OOB", Const, 0},
    		{"MSG_PEEK", Const, 0},
    		{"MSG_PROXY", Const, 0},
    		{"MSG_RCVMORE", Const, 0},
    		{"MSG_RST", Const, 0},
    		{"MSG_SEND", Const, 0},
    		{"MSG_SYN", Const, 0},
    		{"MSG_TRUNC", Const, 0},
    		{"MSG_TRYHARD", Const, 0},
    		{"MSG_USERFLAGS", Const, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const MSG_NEEDSA ideal-int
    pkg syscall (darwin-386), const MSG_OOB ideal-int
    pkg syscall (darwin-386), const MSG_PEEK ideal-int
    pkg syscall (darwin-386), const MSG_RCVMORE ideal-int
    pkg syscall (darwin-386), const MSG_SEND ideal-int
    pkg syscall (darwin-386), const MSG_TRUNC ideal-int
    pkg syscall (darwin-386), const MSG_WAITALL ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const MSG_HOLD = 2048
    pkg syscall (darwin-386), const MSG_NEEDSA = 65536
    pkg syscall (darwin-386), const MSG_OOB = 1
    pkg syscall (darwin-386), const MSG_PEEK = 2
    pkg syscall (darwin-386), const MSG_RCVMORE = 16384
    pkg syscall (darwin-386), const MSG_SEND = 4096
    pkg syscall (darwin-386), const MSG_TRUNC = 16
    pkg syscall (darwin-386), const MSG_WAITALL = 64
    pkg syscall (darwin-386), const MSG_WAITSTREAM = 512
    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