Documentation ¶
Index ¶
- type Generator
- func (g *Generator) Discover(iface *net.Interface) (func() ([]byte, net.IP, net.IP), uint32)
- func (g *Generator) RequestRebinding(iface *net.Interface, requestedIP net.IP) (func() ([]byte, net.IP, net.IP), uint32)
- func (g *Generator) RequestRenewing(iface *net.Interface, requestedIP, serverIdentifier net.IP) (func() ([]byte, net.IP, net.IP), uint32)
- func (g *Generator) RequestSelecting(iface *net.Interface, requestedIP, serverIdentifier net.IP) (func() ([]byte, net.IP, net.IP), uint32)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func (*Generator) RequestRebinding ¶
func (g *Generator) RequestRebinding(iface *net.Interface, requestedIP net.IP) (func() ([]byte, net.IP, net.IP), uint32)
RequestRebinding returns a rebinding request.
Click to show internal directories.
Click to hide internal directories.