charrua-core
DHCP wire frame encoder and decoder
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library charrua-core.server
type token =
| WORD of string |
| SUBNET |
| STRING of string |
| SCOLON |
| ROUTERS |
| RBRACKET |
| RANGE |
| OPTION |
| NETMASK |
| MAXLEASETIME |
| MACADDR of Macaddr.t |
| LBRACKET |
| IP of Ipaddr.V4.t |
| INTEGER of int |
| HOST |
| HARDWARE |
| FIXEDADDRESS |
| ETHERNET |
| EOF |
| DOMAINNAMESERVERS |
| DOMAINNAME |
| DEFAULTLEASETIME |
| COMMA |
val main : ( Lexing.lexbuf -> token ) -> Lexing.lexbuf -> Ast.t