Docs.rs
  • hermit-kernel-0.10.0
    • hermit-kernel 0.10.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • stlankes
    • mkroening
    • Dependencies
      • ahash ^0.8 normal
      • align-address ^0.3 normal
      • anstyle ^1 normal
      • async-lock ^3.4.0 normal
      • async-trait ^0.1.85 normal
      • bit_field ^0.10 normal
      • bitflags ^2 normal
      • build-time ^0.1.3 normal
      • cfg-if ^1 normal
      • crossbeam-utils ^0.8 normal
      • fdt ^0.1 normal
      • free-list ^0.3 normal
      • fuse-abi ^0.2 normal optional
      • hashbrown ^0.15 normal
      • heapless ^0.8 normal
      • hermit-entry ^0.10 normal
      • hermit-macro ^0.1.0 normal
      • hermit-sync ^0.1 normal
      • lock_api ^0.4 normal
      • log ^0.4 normal
      • num ^0.4 normal
      • num-derive ^0.4 normal
      • num-traits ^0.2 normal
      • pci-ids ^0.2 normal optional
      • pci_types ^0.10 normal
      • rand_chacha ^0.3 normal
      • shell-words ^1.1 normal
      • simple-shell ^0.0.1 normal optional
      • smallvec ^1 normal
      • smoltcp ^0.12 normal optional
      • take-static ^0.1 normal
      • talc ^4 normal
      • time ^0.3 normal
      • uhyve-interface ^0.1.2 normal
      • virtio-spec ^0.2 normal
      • volatile ^0.6 normal
      • zerocopy ^0.8 normal
      • float-cmp ^0.10 dev
      • num-traits ^0.2 dev
      • anyhow ^1 build
      • llvm-tools ^0.1 build
      • aarch64 ^0.0.13 normal
      • arm-gic ^0.1 normal
      • hermit-dtb ^0.1 normal
      • memory_addresses ^0.2.2 normal
      • semihosting ^0.1 normal optional
      • memory_addresses ^0.2.2 normal
      • riscv ^0.12 normal
      • sbi-rt ^0.0.3 normal
      • semihosting ^0.1 normal optional
      • tock-registers ^0.9 normal optional
      • trapframe ^0.10 normal
      • free-list ^0.3 normal
      • memory_addresses ^0.2.2 normal
      • multiboot ^0.8 normal
      • raw-cpuid ^11 normal
      • uart_16550 ^0.3 normal
      • x86_64 ^0.15 normal
    • Versions
    • 51.92% of the crate is documented
  • Go to latest version
  • Platform
    • 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

hermit0.10.0

Module socket

Module Items

  • Structs
  • Constants
  • Functions
  • Type Aliases

In hermit::syscalls

hermit::syscalls

Module socket

Source

Structs§

SockType
addrinfo
in6_addr
in_addr
ip_mreq
ipv6_mreq
linger
sockaddr
sockaddr_in
sockaddr_in6
sockaddr_vm

Constants§

AF_INET
AF_INET6
AF_VSOCK
EAI_AGAIN
EAI_BADFLAGS
EAI_FAIL
EAI_FAMILY
EAI_MEMORY
EAI_NODATA
EAI_NONAME
EAI_OVERFLOW
EAI_SERVICE
EAI_SOCKTYPE
EAI_SYSTEM
IPPROTO_IP
IPPROTO_IPV6
IPPROTO_TCP
IPPROTO_UDP
IPV6_ADD_MEMBERSHIP
IPV6_DROP_MEMBERSHIP
IPV6_MULTICAST_LOOP
IPV6_V6ONLY
IP_ADD_MEMBERSHIP
IP_DROP_MEMBERSHIP
IP_MULTICAST_LOOP
IP_MULTICAST_TTL
IP_TOS
IP_TTL
MSG_PEEK
SOL_SOCKET
SO_BROADCAST
SO_ERROR
SO_KEEPALIVE
SO_LINGER
SO_RCVBUF
SO_RCVTIMEO
SO_REUSEADDR
SO_SNDBUF
SO_SNDTIMEO
TCP_NODELAY

Functions§

sys_accept⚠
sys_bind⚠
sys_connect⚠
sys_freeaddrinfo⚠
sys_getaddrbyname⚠
sys_getaddrinfo⚠
sys_getpeername⚠
sys_getsockname⚠
sys_getsockopt⚠
sys_listen
sys_recv⚠
sys_recvfrom⚠
sys_send⚠
sys_sendto⚠
sys_setsockopt⚠
sys_shutdown
sys_shutdown_socket
sys_socket

Type Aliases§

in_addr_t
in_port_t
sa_family_t
socklen_t