Pndpd/NDPRequest.go
2021-12-20 14:53:42 -05:00

8 lines
109 B
Go

package main
type NDRequest struct {
srcIP []byte
answeringForIP []byte
mac []byte
}