Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsolARP ¶
type UnsolARP struct {
// contains filtered or unexported fields
}
type UnsolNA ¶
type UnsolNA struct {
// contains filtered or unexported fields
}
func NewUnsolNA ¶
func NewUnsolNA(ctx context.Context, ip net.IP, mac net.HardwareAddr, ifIndex int) (*UnsolNA, error)
NewUnsolNA returns a pointer to an object that can send unsolicited Neighbour Advertisements for ip and mac. https://datatracker.ietf.org/doc/html/rfc4861#section-4.4
Click to show internal directories.
Click to hide internal directories.