package ipv6-multicast

  1. Overview
  2. Docs
On This Page
  1. Ocaml-sockopt
Legend:
Library
Module
Module type
Parameter
Class
Class type

UNIX bindings for IPv6 multicast

%%VERSION%% — homepage

Ocaml-sockopt

val if_nametoindex : string -> int

if_nametoindex iface is the index of iface iface.

type sendrecvflags =
  1. | MSG_CONFIRM
  2. | MSG_DONTROUTE
  3. | MSG_DONTWAIT
  4. | MSG_EOR
  5. | MSG_MORE
  6. | MSG_NOSIGNAL
  7. | MSG_OOB
  8. | MSG_CMSG_CLOEXEC
  9. | MSG_ERRQUEUE
  10. | MSG_PEEK
  11. | MSG_TRUNC
  12. | MSG_WAITALL
module IPv4 : sig ... end
module IPv6 : sig ... end
module Lwt_unix : sig ... end
module Unix : sig ... end
OCaml

Innovation. Community. Security.