• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • dns

  • Documentation
  • dns lib
  • Dns .A Module
package dns
  • dns
    • Dns
      • A
      • Aaaa
      • Bit_map
      • Caa
      • Cname
      • Dnskey
        • F
      • Ds
      • Edns
      • Loc
      • Mx
      • Name_rr_map
      • Ns
      • Nsec
      • Nsec3
      • Opcode
      • Packet
        • Answer
        • Axfr
        • Flag
        • Flags
        • Header
        • Ixfr
        • Question
        • Update
      • Ptr
      • Rcode
      • Rr_map
        • Caa_set
        • Dnskey_set
        • Ds_set
        • I
        • K
        • Loc_set
        • Mx_set
        • Rrsig_set
        • Srv_set
        • Sshfp_set
        • Tlsa_set
        • Txt_set
      • Rrsig
      • Soa
      • Srv
      • Sshfp
      • Tlsa
      • Tsig
      • Tsig_op
      • Txt
  • dns.cache
    • Dns_cache
Legend:
Library
Module
Module type
Parameter
Class
Class type

Adress record

An address record (A) is an Internet protocol v4 address.

type t = Ipaddr.V4.t

The type of an A record.

val pp : t Fmt.t

pp ppf t pretty-prints the address.

val compare : t -> t -> int

compare a b compares the address a with b.

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct