Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for sctp (0.26 sec)

  1. api/go1.5.txt

    pkg net/mail, method (*AddressParser) ParseList(string) ([]*Address, error)
    pkg net/mail, type AddressParser struct
    pkg net/mail, type AddressParser struct, WordDecoder *mime.WordDecoder
    pkg net/smtp, method (*Client) TLSConnectionState() (tls.ConnectionState, bool)
    pkg net/url, method (*URL) EscapedPath() string
    pkg net/url, type URL struct, RawPath string
    pkg os, func LookupEnv(string) (string, bool)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_RAW ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_RIO = 124
    pkg syscall (netbsd-arm64-cgo), const DLT_RIO ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_SCCP = 142
    pkg syscall (netbsd-arm64-cgo), const DLT_SCCP ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_SITA = 196
    pkg syscall (netbsd-arm64-cgo), const DLT_SITA ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_SLIP = 8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_RECVMSG = 474 #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_RECVMSG ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG = 472 #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331
    pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474
    pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472
    pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
    pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471
    pkg syscall (freebsd-386), const SYS_SELECT = 93
    pkg syscall (freebsd-386), const SYS_SENDFILE = 393
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_RECVMSG = 474
    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_RECVMSG ideal-int
    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG = 472
    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG ideal-int
    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SELECT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  7. src/cmd/asm/internal/asm/parse.go

    		// TODO: Consistency in the encoding would be nice here.
    		if p.arch.InFamily(sys.ARM, sys.ARM64) {
    			// Special form
    			// ARM: destination register pair (R1, R2).
    			// ARM64: register pair (R1, R2) for LDP/STP.
    			if prefix != 0 || scale != 0 {
    				p.errorf("illegal address mode for register pair")
    				return
    			}
    			a.Type = obj.TYPE_REGREG
    			a.Offset = int64(r2)
    			// Nothing may follow
    			return
    		}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg net/smtp, method (*Client) Extension(string) (bool, string)
    pkg net/smtp, method (*Client) Mail(string) error
    pkg net/smtp, method (*Client) Quit() error
    pkg net/smtp, method (*Client) Rcpt(string) error
    pkg net/smtp, method (*Client) Reset() error
    pkg net/smtp, method (*Client) StartTLS(*tls.Config) error
    pkg net/smtp, method (*Client) Verify(string) error
    pkg net/smtp, type Auth interface { Next, Start }
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. src/cmd/asm/internal/asm/testdata/arm64error.s

    	MOVD.W 	16(R2), R2                                       // ERROR "constrained unpredictable behavior"
    	STP	(F2, F3), (R0)                                   // ERROR "invalid register pair"
    	STP.W	(R1, R2), 8(R1)                                  // ERROR "constrained unpredictable behavior"
    	STP.P	(R1, R2), 8(R2)                                  // ERROR "constrained unpredictable behavior"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_SCCSP = 96
    pkg syscall (darwin-arm64), const IPPROTO_SCCSP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SCTP = 132
    pkg syscall (darwin-arm64), const IPPROTO_SCTP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SDRP = 42
    pkg syscall (darwin-arm64), const IPPROTO_SDRP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SEP = 33
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top