Docs.rs
  • core-foundation-sys-0.8.6
    • core-foundation-sys 0.8.6
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • github:servo:cargo-publish
    • larsbergstrom
    • Dependencies
    • Versions
    • 0.1% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

core_foundation_sys0.8.6

Module socket

  • Structs
  • Constants
  • Statics
  • Functions
  • Type Aliases

In crate core_foundation_sys

?
Change settings

Module core_foundation_sys::socket

source ·

Structs

  • CFSocketContext
  • CFSocketSignature
  • __CFSocket

Constants

  • kCFSocketAcceptCallBack
  • kCFSocketAutomaticallyReenableAcceptCallBack
  • kCFSocketAutomaticallyReenableDataCallBack
  • kCFSocketAutomaticallyReenableReadCallBack
  • kCFSocketAutomaticallyReenableWriteCallBack
  • kCFSocketCloseOnInvalidate
  • kCFSocketConnectCallBack
  • kCFSocketDataCallBack
  • kCFSocketError
  • kCFSocketLeaveErrors
  • kCFSocketNoCallBack
  • kCFSocketReadCallBack
  • kCFSocketSuccess
  • kCFSocketTimeout
  • kCFSocketWriteCallBack

Statics

  • kCFSocketCommandKey
  • kCFSocketErrorKey
  • kCFSocketNameKey
  • kCFSocketRegisterCommand
  • kCFSocketResultKey
  • kCFSocketRetrieveCommand
  • kCFSocketValueKey

Functions

  • CFSocketConnectToAddress⚠
  • CFSocketCopyAddress⚠
  • CFSocketCopyPeerAddress⚠
  • CFSocketCopyRegisteredSocketSignature⚠
  • CFSocketCopyRegisteredValue⚠
  • CFSocketCreate⚠
  • CFSocketCreateConnectedToSocketSignature⚠
  • CFSocketCreateRunLoopSource⚠
  • CFSocketCreateWithNative⚠
  • CFSocketCreateWithSocketSignature⚠
  • CFSocketDisableCallBacks⚠
  • CFSocketEnableCallBacks⚠
  • CFSocketGetContext⚠
  • CFSocketGetDefaultNameRegistryPortNumber⚠
  • CFSocketGetNative⚠
  • CFSocketGetSocketFlags⚠
  • CFSocketGetTypeID⚠
  • CFSocketInvalidate⚠
  • CFSocketIsValid⚠
  • CFSocketRegisterSocketSignature⚠
  • CFSocketRegisterValue⚠
  • CFSocketSendData⚠
  • CFSocketSetAddress⚠
  • CFSocketSetDefaultNameRegistryPortNumber⚠
  • CFSocketSetSocketFlags⚠
  • CFSocketUnregister⚠

Type Aliases

  • CFSocketCallBack
  • CFSocketCallBackType
  • CFSocketError
  • CFSocketNativeHandle
  • CFSocketRef