Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 69 for MSG_PEEK (0.09 sec)

  1. src/internal/syscall/windows/syscall_windows.go

    const (
    	WSA_FLAG_OVERLAPPED        = 0x01
    	WSA_FLAG_NO_HANDLE_INHERIT = 0x80
    
    	WSAEINVAL       syscall.Errno = 10022
    	WSAEMSGSIZE     syscall.Errno = 10040
    	WSAEAFNOSUPPORT syscall.Errno = 10047
    
    	MSG_PEEK   = 0x2
    	MSG_TRUNC  = 0x0100
    	MSG_CTRUNC = 0x0200
    
    	socket_error = uintptr(^uint32(0))
    )
    
    var WSAID_WSASENDMSG = syscall.GUID{
    	Data1: 0xa441e712,
    	Data2: 0x754f,
    	Data3: 0x43ca,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	MSG_EOF                         = 0x8000
    	MSG_EOR                         = 0x8
    	MSG_MAXIOVLEN                   = 16
    	MSG_NONBLOCK                    = 0x4000
    	MSG_OOB                         = 0x1
    	MSG_PEEK                        = 0x2
    	MSG_TRUNC                       = 0x10
    	MSG_WAITALL                     = 0x40
    	PRIO_PROCESS                    = 1
    	PRIO_PGRP                       = 2
    	PRIO_USER                       = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  3. src/syscall/zerrors_darwin_arm64.go

    	MSG_FLUSH                         = 0x400
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_aix_ppc64.go

    	MSG_MAXIOVLEN                 = 0x10
    	MSG_MPEG2                     = 0x80
    	MSG_NONBLOCK                  = 0x4000
    	MSG_NOSIGNAL                  = 0x100
    	MSG_OOB                       = 0x1
    	MSG_PEEK                      = 0x2
    	MSG_TRUNC                     = 0x10
    	MSG_WAITALL                   = 0x40
    	MSG_WAITFORONE                = 0x200
    	MS_ASYNC                      = 0x10
    	MS_EINTR                      = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	MSG_MAXIOVLEN                 = 0x10
    	MSG_MPEG2                     = 0x80
    	MSG_NONBLOCK                  = 0x4000
    	MSG_NOSIGNAL                  = 0x100
    	MSG_OOB                       = 0x1
    	MSG_PEEK                      = 0x2
    	MSG_TRUNC                     = 0x10
    	MSG_WAITALL                   = 0x40
    	MSG_WAITFORONE                = 0x200
    	MS_ASYNC                      = 0x10
    	MS_EINTR                      = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/syscall/zerrors_solaris_amd64.go

    	MSG_DUPCTRL                   = 0x800
    	MSG_EOR                       = 0x8
    	MSG_MAXIOVLEN                 = 0x10
    	MSG_NOTIFICATION              = 0x100
    	MSG_OOB                       = 0x1
    	MSG_PEEK                      = 0x2
    	MSG_TRUNC                     = 0x20
    	MSG_WAITALL                   = 0x40
    	MSG_XPG4_2                    = 0x8000
    	MS_ASYNC                      = 0x1
    	MS_INVALIDATE                 = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_386.go

    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    	MSG_PROXY                        = 0x10
    	MSG_RST                          = 0x1000
    	MSG_SYN                          = 0x400
    	MSG_TRUNC                        = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_amd64.go

    	MSG_FLUSH                         = 0x400
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_ppc64.go

    	MSG_DONTWAIT                      = 0x80
    	MSG_EOR                           = 0x8
    	MSG_MCAST                         = 0x200
    	MSG_NOSIGNAL                      = 0x400
    	MSG_OOB                           = 0x1
    	MSG_PEEK                          = 0x2
    	MSG_TRUNC                         = 0x10
    	MSG_WAITALL                       = 0x40
    	MSG_WAITFORONE                    = 0x1000
    	MS_ASYNC                          = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_riscv64.go

    	MSG_DONTWAIT                      = 0x80
    	MSG_EOR                           = 0x8
    	MSG_MCAST                         = 0x200
    	MSG_NOSIGNAL                      = 0x400
    	MSG_OOB                           = 0x1
    	MSG_PEEK                          = 0x2
    	MSG_TRUNC                         = 0x10
    	MSG_WAITALL                       = 0x40
    	MS_ASYNC                          = 0x1
    	MS_INVALIDATE                     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
Back to top