modulepackage
0.0.0-20170904100407-a1d1b6c41b1c
Repository: https://github.com/d2g/dhcp4.git
Documentation: pkg.go.dev
# README
DHCP4 - A DHCP library written in Go.
Warning: This library is still being developed. Function calls will change.
I've removed Server Functionality, for me this project supports the underlying DHCP format not the implementation.
# Functions
IPAdd returns a copy of start + add.
IPInRange returns true if ip is between (inclusive) start and stop.
IPLess returns where IP a is less than IP b.
IPRange returns how many ips in the ip range from start to stop (inclusive).
JoinIPs returns a byte slice of IP addresses, one immediately after the other This may be useful for creating multiple IP options such as OptionRouter.
No description provided by the author
OptionsLeaseTime - converts a time.Duration to a 4 byte slice, compatible with OptionIPAddressLeaseTime.
ReplyPacket creates a reply packet that a Server would send to a client.
Creates a request packet that a Client would send to a server.
# Constants
From Server, Yes you can have that IP.
From Server.
From Client.
Broadcast From Client - Sorry I can't use that IP.
Broadcast Packet From Client - Can I have an IP?.
DHCP Options.
From Client, I have this IP and there's nothing you can do about it.
From Server, No you cannot have that IP.
Broadcast From Server - Here's an IP.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
IP Layer Parameters per Interface.
DHCP Options.
IP Layer Parameters per Host.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
Application and Service Parameters.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Extensions.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
TCP Parameters.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
Link Layer Parameters per Interface.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
DHCP Options.
From Client, I don't need that IP anymore.
Broadcast From Client - I'll take that IP (Also start for renewals).
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
Map of DHCP options.
A DHCP packet.