dhcp_server v0.3.0 DHCPServer.Lib.Msg
Encode and Decode DHCP data.
Link to this section Summary
Functions
Binary to eth
Binary to ip address
Binary to iplist
Binary to options
Binary to shortlist
Decode a DHCP message
Encode a DHCP message
Eth to binary
Ip address to binary
Single option to binary
Options to binary
Link to this section Functions
Link to this function
binary_to_eth(arg)
Binary to eth.
Link to this function
binary_to_ip(arg)
Binary to ip address.
Link to this function
binary_to_iplist(arg)
Binary to iplist.
Link to this function
binary_to_options(binary, acc \\ [])
Binary to options.
Link to this function
binary_to_shortlist(arg)
Binary to shortlist.
Link to this function
decode(arg)
Decode a DHCP message.
Link to this function
encode(msg)
Encode a DHCP message.
Link to this function
eth_to_binary(arg)
Eth to binary.
Link to this function
ip_to_binary(arg)
Ip address to binary.
Link to this function
option_to_binary(tag, val)
Single option to binary.
Link to this function
options_to_binary(opts)
Options to binary.
Link to this function
type(arg1)