mirror of
https://github.com/maride/pancap.git
synced 2024-11-22 16:54:25 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
|
package dhcpv4
|
||
|
|
||
|
type hostname struct {
|
||
|
hostname string
|
||
|
requestedByMAC string
|
||
|
granted bool
|
||
|
deniedHostname string
|
||
|
}
|