package charrua-core

  1. Overview
  2. Docs
DHCP wire frame encoder and decoder

Install

Dune Dependency

Authors

Maintainers

Sources

charrua-core-v0.12.0.tbz
sha256=399888ffb59ea70dc3728ea3b307eeec25bd883af9b798acee1842a2b2ec593a
md5=a1edfeeaea6d9ed079efec4514f0e44c

doc/charrua-core.server/Dhcp_parser/index.html

Module Dhcp_parser

type token =
  1. | WORD of string
  2. | SUBNET
  3. | STRING of string
  4. | SCOLON
  5. | ROUTERS
  6. | RBRACKET
  7. | RANGE
  8. | OPTION
  9. | NETMASK
  10. | MAXLEASETIME
  11. | MACADDR of Macaddr.t
  12. | LBRACKET
  13. | IP of Ipaddr.V4.t
  14. | INTEGER of int
  15. | HOST
  16. | HARDWARE
  17. | FIXEDADDRESS
  18. | ETHERNET
  19. | EOF
  20. | DOMAINNAMESERVERS
  21. | DOMAINNAME
  22. | DEFAULTLEASETIME
  23. | COMMA
exception Error
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.t
OCaml

Innovation. Community. Security.