Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 94 for pipereq (0.27 sec)

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

    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 {
    	Multiaddr [4]byte /* in_addr */
    	Interface [4]byte /* in_addr */
    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type IPv6MTUInfo 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)
  2. src/syscall/types_openbsd.go

    type RawSockaddr C.struct_sockaddr
    
    type RawSockaddrAny C.struct_sockaddr_any
    
    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
    
    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_darwin.go

    type RawSockaddr C.struct_sockaddr
    
    type RawSockaddrAny C.struct_sockaddr_any
    
    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
    
    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/ztypes_aix_ppc64.go

    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 {
    	Multiaddr [4]byte /* in_addr */
    	Interface [4]byte /* in_addr */
    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Linger 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)
  5. src/syscall/ztypes_solaris_amd64.go

    	Addr RawSockaddr
    	Pad  [236]int8
    }
    
    type _Socklen uint32
    
    type Linger struct {
    	Onoff  int32
    	Linger int32
    }
    
    type Iovec struct {
    	Base *int8
    	Len  uint64
    }
    
    type IPMreq struct {
    	Multiaddr [4]byte /* in_addr */
    	Interface [4]byte /* in_addr */
    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr 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)
  6. ci/official/utilities/generate_index_html.sh

    </head>
    <body>
    <h1>TensorFlow Job Logs and Links</h1>
    <h2>Job Details</h2>
    <ul>
    <li>Job name: $KOKORO_JOB_NAME</li>
    <li>Job pool: $KOKORO_JOB_POOL</li>
    <li>Job ID: $KOKORO_BUILD_ID</li>
    <li>Current HEAD Piper Changelist, if any: cl/${KOKORO_PIPER_CHANGELIST:-not available}</li>
    <li>Pull Request Number, if any: ${KOKORO_GITHUB_PULL_REQUEST_NUMBER_tensorflow:- none}</li>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 20:26:13 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. src/syscall/types_dragonfly.go

    type RawSockaddr C.struct_sockaddr
    
    type RawSockaddrAny C.struct_sockaddr_any
    
    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
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  8. src/syscall/types_netbsd.go

    type RawSockaddr C.struct_sockaddr
    
    type RawSockaddrAny C.struct_sockaddr_any
    
    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
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  9. src/syscall/ztypes_openbsd_386.go

    	Addr RawSockaddr
    	Pad  [92]int8
    }
    
    type _Socklen uint32
    
    type Linger struct {
    	Onoff  int32
    	Linger int32
    }
    
    type Iovec struct {
    	Base *byte
    	Len  uint32
    }
    
    type IPMreq struct {
    	Multiaddr [4]byte /* in_addr */
    	Interface [4]byte /* in_addr */
    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_arm64.go

    	Addr RawSockaddr
    	Pad  [92]int8
    }
    
    type _Socklen uint32
    
    type Linger struct {
    	Onoff  int32
    	Linger int32
    }
    
    type Iovec struct {
    	Base *byte
    	Len  uint64
    }
    
    type IPMreq struct {
    	Multiaddr [4]byte /* in_addr */
    	Interface [4]byte /* in_addr */
    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 6.7K bytes
    - Viewed (0)
Back to top