package dhcpv4
type dhcpResponse struct {
destMACAddr string
newIPAddr string
serverMACAddr string
askedFor bool
}