package posix-socket

  1. Overview
  2. Docs
Bindings for posix sockets

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v4.0.2.tar.gz
md5=2e05f3e890206138c4ebd09878359a2f
sha512=79a786c299b5d9f7f5ff0c3cf289539e8ea257b2068f75cd9faca9450679e5cd7de6b0fc5b77c9ddbbb5857d4f64119837a61a22d277e6e2a8ab4b3c4d5911c0

doc/posix-socket.stubs/Posix_socket_stubs/Def/index.html

Module Posix_socket_stubs.DefSource

Parameters

module F : Cstubs.FOREIGN

Signature

Sourcemodule Types : sig ... end
Sourceval const_void_ptr : unit Ctypes_static.ptr Ctypes.typ
Sourceval strerror : (int -> string F.return) F.result
Sourceval strnlen : (char Ctypes_static.ptr -> Unsigned.size_t -> Unsigned.size_t F.return) F.result
Sourceval htonl : (Unsigned.uint32 -> Unsigned.uint32 F.return) F.result
Sourceval htons : (Unsigned.uint16 -> Unsigned.uint16 F.return) F.result
Sourceval ntohs : (Unsigned.uint16 -> Unsigned.uint16 F.return) F.result
Sourceval ntohl : (Unsigned.uint32 -> Unsigned.uint32 F.return) F.result