Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 276 for Cmsghdr (0.18 sec)

  1. src/syscall/types_aix.go

    type RawSockaddrAny C.struct_sockaddr_any
    
    type _Socklen C.socklen_t
    
    type Cmsghdr C.struct_cmsghdr
    
    type ICMPv6Filter C.struct_icmp6_filter
    
    type Iovec C.struct_iovec
    
    type IPMreq C.struct_ip_mreq
    
    type IPv6Mreq C.struct_ipv6_mreq
    
    type Linger C.struct_linger
    
    type Msghdr C.struct_msghdr
    
    const (
    	SizeofSockaddrInet4    = C.sizeof_struct_sockaddr_in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  2. src/syscall/types_darwin.go

    type _Socklen C.socklen_t
    
    type Linger C.struct_linger
    
    type Iovec C.struct_iovec
    
    type IPMreq C.struct_ip_mreq
    
    type IPv6Mreq C.struct_ipv6_mreq
    
    type Msghdr C.struct_msghdr
    
    type Cmsghdr C.struct_cmsghdr
    
    type Inet4Pktinfo C.struct_in_pktinfo
    
    type Inet6Pktinfo C.struct_in6_pktinfo
    
    type IPv6MTUInfo C.struct_ip6_mtuinfo
    
    type ICMPv6Filter C.struct_icmp6_filter
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  3. src/syscall/types_dragonfly.go

    type _Socklen C.socklen_t
    
    type Linger C.struct_linger
    
    type Iovec C.struct_iovec
    
    type IPMreq C.struct_ip_mreq
    
    type IPv6Mreq C.struct_ipv6_mreq
    
    type Msghdr C.struct_msghdr
    
    type Cmsghdr C.struct_cmsghdr
    
    type Inet6Pktinfo C.struct_in6_pktinfo
    
    type IPv6MTUInfo C.struct_ip6_mtuinfo
    
    type ICMPv6Filter C.struct_icmp6_filter
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  4. src/syscall/types_netbsd.go

    type _Socklen C.socklen_t
    
    type Linger C.struct_linger
    
    type Iovec C.struct_iovec
    
    type IPMreq C.struct_ip_mreq
    
    type IPv6Mreq C.struct_ipv6_mreq
    
    type Msghdr C.struct_msghdr
    
    type Cmsghdr C.struct_cmsghdr
    
    type Inet6Pktinfo C.struct_in6_pktinfo
    
    type IPv6MTUInfo C.struct_ip6_mtuinfo
    
    type ICMPv6Filter C.struct_icmp6_filter
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  5. src/syscall/ztypes_aix_ppc64.go

    type RawSockaddr struct {
    	Len    uint8
    	Family uint8
    	Data   [14]uint8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [1012]uint8
    }
    
    type _Socklen uint32
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    type Iovec struct {
    	Base *byte
    	Len  uint64
    }
    
    type IPMreq struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 14:36:41 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  6. src/syscall/ztypes_solaris_amd64.go

    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    	Name         *byte
    	Namelen      uint32
    	Pad_cgo_0    [4]byte
    	Iov          *Iovec
    	Iovlen       int32
    	Pad_cgo_1    [4]byte
    	Accrights    *int8
    	Accrightslen int32
    	Pad_cgo_2    [4]byte
    }
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go

    type RawSockaddr struct {
    	Len    uint8
    	Family uint8
    	Data   [14]uint8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [1012]uint8
    }
    
    type _Socklen uint32
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    type ICMPv6Filter struct {
    	Filt [8]uint32
    }
    
    type Iovec struct {
    	Base *byte
    	Len  uint32
    }
    
    type IPMreq struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_386.go

    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    	Name       *byte
    	Namelen    uint32
    	Iov        *Iovec
    	Iovlen     int32
    	Control    *byte
    	Controllen uint32
    	Flags      int32
    }
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  9. src/syscall/ztypes_netbsd_amd64.go

    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    	Name       *byte
    	Namelen    uint32
    	Pad_cgo_0  [4]byte
    	Iov        *Iovec
    	Iovlen     int32
    	Pad_cgo_1  [4]byte
    	Control    *byte
    	Controllen uint32
    	Flags      int32
    }
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_arm.go

    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    	Name       *byte
    	Namelen    uint32
    	Iov        *Iovec
    	Iovlen     uint32
    	Control    *byte
    	Controllen uint32
    	Flags      int32
    }
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    type Inet6Pktinfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 12 02:35:39 UTC 2018
    - 6.8K bytes
    - Viewed (0)
Back to top