package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Network address families. See socket(2).

type t = [
  1. | `UNSPEC
  2. | `INET
  3. | `INET6
  4. | `OTHER of int
]