Module Dhcp

module Dhcp: sig .. end
Dynamic Host Configuration Protocol.

val debug : bool

Opcodes, types, etc


val bootrequest : int
val bootreply : int
type opcode = 
| BootRequest
| BootReply
module MsgType: sig .. end

DHCP messages


module Pdu: sig .. end