Docs.rs
  • libhermit-rs-0.6.3
    • libhermit-rs 0.6.3
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • stlankes
    • Dependencies
      • ahash ^0.8 normal
      • align-address ^0.1 normal
      • bit_field ^0.10 normal
      • bitflags ^2.3 normal
      • crossbeam-utils ^0.8 normal
      • dyn-clone ^1.0 normal
      • hashbrown ^0.14 normal
      • hermit-entry ^0.9 normal
      • hermit-sync ^0.1.3 normal
      • include-transformed ^0.2 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
      • pci_types ^0.5 normal
      • pflock ^0.2 normal
      • qemu-exit ^3.0 normal
      • rand_chacha ^0.3 normal
      • shell-words ^1.1 normal
      • smoltcp ^0.10 normal
      • talc ^2 normal
      • time ^0.3 normal
      • zerocopy ^0.6 normal
      • float-cmp ^0.9 dev
      • num-traits ^0.2 dev
      • x86 ^0.52 dev
      • aarch64 ^0.0.10 normal
      • arm-gic ^0.1 normal
      • hermit-dtb ^0.1 normal
      • tock-registers 0.8.* normal
      • multiboot ^0.8 normal
      • uart_16550 ^0.3 normal
      • x86 ^0.52 normal
      • x86_64 ^0.14 normal
    • Versions
    • 98.55% of the crate is documented
  • 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
logo

logo

Module net

  • Structs
  • Constants
  • Functions
  • Type Definitions
?
Change settings

Module hermit::net

source ·

Structs

  • addrinfo
  • in6_addr
  • in_addr
  • ip_mreq
  • ipv6_mreq
  • linger
  • sockaddr
  • sockaddr_in
  • sockaddr_in6

Constants

  • AF_INET
  • AF_INET6
  • EAI_FAIL
  • EAI_FAMILY
  • EAI_MEMORY
  • EAI_NONAME
  • EAI_SERVICE
  • FIONBIO
  • 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_TTL
  • MSG_PEEK
  • SHUT_RD
  • SHUT_RDWR
  • SHUT_WR
  • SOCK_DGRAM
  • SOCK_STREAM
  • SOL_SOCKET
  • SO_BROADCAST
  • SO_ERROR
  • SO_LINGER
  • SO_RCVTIMEO
  • SO_REUSEADDR
  • SO_SNDTIMEO
  • TCP_NODELAY

Functions

  • getsockopt
  • sys_accept
  • sys_bind
  • sys_connect
  • sys_freeaddrinfo
  • sys_getaddrinfo
  • sys_getpeername
  • sys_getsockname
  • sys_listen
  • sys_recv
  • sys_send
  • sys_setsockopt
  • sys_shutdown_socket
  • sys_socket

Type Definitions

  • in_addr_t
  • in_port_t
  • sa_family_t
  • socklen_t
  • time_t